We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08ff2f commit 9504b2aCopy full SHA for 9504b2a
lezione1/python/esempio2.py
@@ -0,0 +1,6 @@
1
+print("Quanti anni hai?")
2
+
3
+# "Prendo" la risposta attraverso un azione di ingresso input() e la memorizzo come stringa
4
+risposta = str(input())
5
6
+print("Hai " + risposta + " anni")
lezione1/scratch/esempio2.sb3
41.4 KB
0 commit comments