Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/b9a8baf7a97ab7b977db63ec907ce751 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/b9a8baf7a97ab7b977db63ec907ce751 to your computer and use it in GitHub Desktop.
String Data Type Uygulama 02 Yanıt
name = "zinzin"
age = 36
place = "İstanbul"
print(f"Adım {name}. Yaşım {age}. {place}'da oturuyorum.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment