Fejezet 6
This commit is contained in:
9
fejezet 6/f14/f14.py
Normal file
9
fejezet 6/f14/f14.py
Normal file
@@ -0,0 +1,9 @@
|
||||
szam = int(input())
|
||||
|
||||
def paros_e(szam):
|
||||
if(szam % 2 == 0):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
print(paros_e(szam))
|
||||
Reference in New Issue
Block a user