الدوال مع القوائم
Quiz by Nesreen Hassan
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
صل بين الدالة ووظيفتها
Users link answersLinking30s - Q2
إضافة العنصر
x
إلى القائمة
listName.clear()
listName.append(x)
listName.remove(x)
listName.sort()
30s - Q3
حذف العنصر
x
من القائمة
listName.sort()
listName.reverse
listName.remove(x)
listName.count()
30s - Q4
تحسب عدد مرات ظهور العنصر
x
داخل القائمة
listName.sort()
listName.reverse
listName.append(x)
listName.count()
30s - Q5
فرز العناصر في القائمة
listName.clear()
listName.reverse
listName.sort()
listName.append(x)
30s - Q6
عكس عناصر القائمة
listName.remove(x)
listName.clear()
listName.append(x)
listName.reverse
30s - Q7
حذف جميع العناصر من القائمة
listName.clear()
listName.append(x)
listName.count(x)
listName.remove(x)
30s