Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinzinzibidi/f02e8d6a2a8edbac2c5b15aa051707e2 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/f02e8d6a2a8edbac2c5b15aa051707e2 to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 09 Yanıt
degiskenler = ('ad','soyad','yaş','şehir','e-posta')
print(len(degiskenler))
print(type(degiskenler))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment