Refacere repo
This commit is contained in:
7
Python_module_1/python_005.py
Normal file
7
Python_module_1/python_005.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/home/andrei/it_school/bin/python3
|
||||
|
||||
x = int(input("Introduceti un numar x: "))
|
||||
if x > 5:
|
||||
print("x este mai mare decat 5")
|
||||
else:
|
||||
print("x nu este mai mare decat 5")
|
||||
Reference in New Issue
Block a user