vytvoreny ty skripy, jeste neokomentovany
parent
3e631e8f97
commit
018eb0014f
@ -0,0 +1,8 @@
|
||||
|
||||
x = input('zadej cislo : ')
|
||||
x = int(x)
|
||||
|
||||
if x % 2 == 0:
|
||||
print('je sude')
|
||||
else:
|
||||
print('je liche')
|
Loading…
Reference in New Issue