Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/e9ae9431e955511a6aa712568f82fc60 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/e9ae9431e955511a6aa712568f82fc60 to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 03 Yanıt
ad = "Zeynep"
yas = "34"
sehir ="İstanbul"
print(f"Benim adım {ad}. Yaşım {yas} ve {sehir}'da
yaşıyorum.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment