Με ποια συνάρτηση μπορούμε να μάθουμε το πλήθος των στοιχείων μιας λίστας;
Λίστες Python

Quiz
•
Computers
•
11th Grade
•
Easy
Bill Gidakos
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
length
for
len
plithos
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με δεδομένη τη λίστα students = ['Μαρία', 'Μανώλης', 'Δημήτρης', 'Αγγελική', 'Πέτρος'], τι θα εμφανιστεί στην οθόνη μετά την εντολή print students[1+2]
Πέτρος
ΜανώληςΔημήτρης
Αγγελική
Μαρία
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με δεδομένη τη λίστα fruits=['apple', 'orange', 'banana','cherry'], τι θα εμφανιστεί στην οθόνη μετά την εκτέλεση της εντολής print fruits[1]+fruits[2];
orangebanana
appleorange
banana
orange
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Πώς θα διαμορφωθεί η λίστα grades = [6,15,3,20] μετά την εκτέλεση της εντολής grades = [8] + grades;
[6,15,3,20]
[6,15,8,3,20]
[6,15,3,20,8]
[8,6,15,3,20]
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με ποια εντολή μπορούμε να εμφανίσουμε όλα τα στοιχεία της λίστας names;
print names[0]
print len(names)
print names
print names[100]
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με ποια εντολή μπορούμε να εμφανίσουμε το 5ο στοιχείο της λίστας list;
print list
print list[4]
print list[5]
print list[0]
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με ποια εντολή θα προσθέσουμε τον αριθμό 17 στο τέλος της λίστας numbers;
list = [17] + numbers
numbers = [17] + numbers
list = numbers + [17]
numbers = numbers + [17]
Create a free account and access millions of resources
Similar Resources on Quizizz
5 questions
κινήσεις- Scratch

Quiz
•
9th Grade - University
10 questions
Δομή επιλογής ΑΝ

Quiz
•
11th - 12th Grade
14 questions
Αλγόριθμοι θεωρία

Quiz
•
11th Grade
7 questions
Arduino - Led που αναβοσβήνει

Quiz
•
11th Grade
10 questions
Προγραμματισμός - Διαδικασίες και Συναρτήσεις

Quiz
•
9th - 12th Grade
10 questions
ΤΘΠ Κ2.3 Επεξεργαστές

Quiz
•
11th Grade
10 questions
ΑΕΠΠ ΥΠΟΠΡΟΓΡΑΜΜΑΤΑ

Quiz
•
1st - 12th Grade
6 questions
3. Δεδομένα & Ανάλυση Δεδομένων

Quiz
•
5th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University