Fejezet 6
This commit is contained in:
11
fejezet 6/f17/f17.py
Normal file
11
fejezet 6/f17/f17.py
Normal file
@@ -0,0 +1,11 @@
|
||||
t = int(input())
|
||||
n = int(input())
|
||||
|
||||
def tobbszoros_e(t,n):
|
||||
if(t % n == 0):
|
||||
return "Töbszöröse"
|
||||
else:
|
||||
return "Nem töbszöröse"
|
||||
|
||||
|
||||
print(tobbszoros_e(t,n))
|
||||
Reference in New Issue
Block a user