Created
June 7, 2022 08:15
-
-
Save zinzinzibidi/f02e8d6a2a8edbac2c5b15aa051707e2 to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 09 Yanıt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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