valami
This commit is contained in:
parent
1448293265
commit
58881320eb
|
@ -0,0 +1,8 @@
|
|||
a=int(input("adj meg egy számot! "))
|
||||
b=int(input("adj meg egy másik számot! "))
|
||||
if a >b:
|
||||
print("a nagyobb ertek:",a)
|
||||
elif b>a:
|
||||
print("a nagyobb ertek:",b)
|
||||
else:
|
||||
print("a 2 szam egyenlo")
|
Loading…
Reference in New Issue
Block a user