‎محمد علي عباس‎ on Instagram‎: "🌀 التكرار على Tuples باستخدام الحلقات في بايثون 🔹 الـ Tuple مثل القائمة، يمكن التكرار عليها باستخدام for، لكن تذكّر: لا يمكن ت… | Learn computer coding, Data science learning, Coding tutorials
Skip to content
When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
a screen shot of the text looping through tuples in python on a dark background
9
instagram.com

Python Vs R Programming Skills

🌀 التكرار على Tuples باستخدام الحلقات في بايثون 🔹 الـ Tuple مثل القائمة، يمكن التكرار عليها باستخدام for، لكن تذكّر: لا يمكن تعديل عناصرها. --- ✅ مثال 1 – طباعة كل عنصر: my_tuple = ("apple", "banana", "cherry") for item in my_tuple: print(item) 🔸 النتيجة: apple banana cherry --- ✅ مثال 2 – التكرار مع الفهرس: my_tuple = ("red", "green", "blue") for i in range(len(my_tuple)): print("Index", i, "=", my_tuple[i]) 🔸 النتيجة: Index 0 = red Index 1 = green Index 2 = blue --- 🧩...
relmohali89
Mohammedaliabbas

Comments

More about this Pin

Board containing this Pin

Selected board cover image
AI
200 Pins
3mo

Related interests

Python Vs R Programming Skills
R Vs Python Programming Tools
Python Development Resources
Python Development Ide
Python Vs R Programming
Best Ide For Python Development
Quadtree Algorithm Python
Weekly Python Learning Resource
Python Sql Self-study Guide