We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293bf15 commit c422160Copy full SHA for c422160
Division.py
@@ -0,0 +1,5 @@
1
+# https://ide.geeksforgeeks.org/VuKEuZTphy
2
+a = int(input())
3
+b = int(input())
4
+print(a//b)
5
+print(a/b)
0 commit comments