Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/d6884975965b3c596a7f6add3f2b060f to your computer and use it in GitHub Desktop.
Save zinzinzibidi/d6884975965b3c596a7f6add3f2b060f to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 06 Yanıt
r4 = [22, 24, 24, 26, 28, 28]
r5 = r4.copy()
print(r5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment