Skip to content

Instantly share code, notes, and snippets.

@FabioZTessitore
Last active April 19, 2025 14:31
Show Gist options
  • Save FabioZTessitore/1a1dfe90bfcf959ad395e8d1580032f3 to your computer and use it in GitHub Desktop.
Save FabioZTessitore/1a1dfe90bfcf959ad395e8d1580032f3 to your computer and use it in GitHub Desktop.
Esempio di semplice input (con prompt)
# name.py
# Ottenere input dalla tastiera
name = input("Come ti chiami? ")
print(f"Ciao, {name}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment