A nagyobb.py file hozzáadása.
This commit is contained in:
commit
0076bf02f2
11
nagyobb.py
Normal file
11
nagyobb.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
a = int(input("Adj meg egy számot! "))
|
||||||
|
|
||||||
|
b = int(input("Adj meg egy másik számot! "))
|
||||||
|
|
||||||
|
|
||||||
|
if a>b:
|
||||||
|
print("A nagyobb érték:", a)
|
||||||
|
elif b>a:
|
||||||
|
print("A nagyobb érték:", b)
|
||||||
|
else:
|
||||||
|
print("Egyenlő a két szám")
|
Loading…
Reference in New Issue
Block a user