Skip to content

Instantly share code, notes, and snippets.

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