Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/a64cff9af1d9816bc6519b9b41b53bb4 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/a64cff9af1d9816bc6519b9b41b53bb4 to your computer and use it in GitHub Desktop.
String Data Type Uygulama 01 Yanıt
a = "Bu bir deneme yazısıdır."
b = 'Bu da bir deneme yazısıdır.'
print(type(a))
print(type(b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment