Skip to content

Commit c422160

Browse files
authored
Create Division.py
1 parent 293bf15 commit c422160

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Division.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)