Create 2 - Divisibility.py
This commit is contained in:
parent
9c1de304b7
commit
7c293b4218
4
07/b/2 - Divisibility.py
Normal file
4
07/b/2 - Divisibility.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
if int(input()) % int(input()):
|
||||||
|
print("not divisible")
|
||||||
|
else:
|
||||||
|
print("divisible")
|
Loading…
Reference in New Issue
Block a user