Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/d176f12ca3d1f2c35e238a98e2b17bf4 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/d176f12ca3d1f2c35e238a98e2b17bf4 to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 01 Yanıt
a = "Deneme"
b = 42
c = 42.48
d = [1, "z", 13]
print(type(a),type(b),type(c),type(d))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment