WHILE LOOP, This loop repeats a block of code as long as a given condition is True., Ideal for situations where the number of iterations is unknown beforehand., The loop may not execute at all if the condition is initially false., It can potentially run forever if the condition never becomes false (infinite loop)., The loop’s condition is checked before each iteration., It’s useful for reading data until a sentinel value (like "done") is entered., FOR LOOP, It is commonly used to iterate over each item in a list, string, or range., Often used with the range() function to repeat code a specific number of times., It processes each element in a sequence (e.g., list, tuple) one by one., Typically uses a counter or index variable that increments or decrements., Best choice when you need to repeat a block of code a fixed number of times., NESTED LOOP, This structure contains one loop inside another loop., Useful for creating patterns like triangles or grids using stars or numbers., Often used for tasks like matrix operations or multi-dimensional data., It can be used to traverse through rows and columns in a table-like structure..
0%
Speed Sorting Description Activity: Loop Lightning Sort!
שתף
שתף
שתף
על ידי
Epssabangan
G7
ICT
Computer
Basic programming
Python
Looping
עריכת תוכן
הדפסה
הטבעה
עוד
הקצאות
לוח תוצאות מובילות
הצג עוד
הצג פחות
לוח התוצאות הזה הוא כרגע פרטי. לחץ
שתף
כדי להפוך אותו לציבורי.
לוח תוצאות זה הפך ללא זמין על-ידי בעל המשאב.
לוח תוצאות זה אינו זמין מכיוון שהאפשרויות שלך שונות מאשר של בעל המשאב.
אפשרויות חזרה
מיון מהיר
היא תבנית פתוחה. זה לא יוצר ציונים עבור לוח התוצאות.
נדרשת כניסה
סגנון חזותי
גופנים
נדרש מנוי
אפשרויות
החלף תבנית
הצג הכל
תבניות נוספות יופיעו במהלך המשחק.
תוצאות פתוחות
העתק קישור
קוד QR
מחיקה
האם לשחזר את הנתונים שנשמרו באופן אוטומטי:
?