first group of challenges
This commit is contained in:
4
challenges1-11/challenage-011.py
Normal file
4
challenges1-11/challenage-011.py
Normal file
@@ -0,0 +1,4 @@
|
||||
large = int(input('enter number over than 100 : '))
|
||||
small = int(input('enter number smaller than 10 : '))
|
||||
answer = large//small
|
||||
print('{0} goes into {1} for {2} times'.format(small, large, answer))
|
Reference in New Issue
Block a user