feat: Initial commit
This commit is contained in:
6
veryfirstesempio.py
Normal file
6
veryfirstesempio.py
Normal file
@@ -0,0 +1,6 @@
|
||||
i = input("Inserisci un numero: ")
|
||||
n = int(i)
|
||||
print(n)
|
||||
|
||||
# Chiama abs, max, min, operatori complessi, forse per rendere l'idea
|
||||
# Ricordarsi funzioni predefinite, librerie standard, librerie addizionali
|
||||
Reference in New Issue
Block a user