feat: Initial commit
This commit is contained in:
10
Laboratorio3/trenumeri.py
Normal file
10
Laboratorio3/trenumeri.py
Normal file
@@ -0,0 +1,10 @@
|
||||
a = int(input("Inserisci il primo numero: "))
|
||||
b = int(input("Inserisci il secondo numero: "))
|
||||
c = int(input("Inserisci il terzo numero: "))
|
||||
|
||||
if a < b < c:
|
||||
print("Increasing")
|
||||
elif a > b > c:
|
||||
print("Decreasing")
|
||||
else:
|
||||
print("Neither")
|
||||
Reference in New Issue
Block a user