l=[1,2,3,4]
l.append(index(3))
print(l)
Python QCM
Quiz
•
Other
•
University
•
Hard
Abdelouahab Bella
Used 23+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
l=[1,2,3,4]
l.append(index(3))
print(l)
[1, 4, 3, 4, 2]
[1, 2, 3, 4, 2]
[]
none of above !
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
l=[1,2,3,4]
l.append(l.index(3))
print(l)
[1,2,3,4,5]
[1,2,3,2,4]
[1,2,3,4,2]
none of above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print([i**3 for i in range(5)])
[0,1,2,3,4]
[0,2,4,6,8]
[0,3,6,8,10]
[0,3,6,9,12]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
i=1
j=2
print([(i,j)for i in range(j) for j in range(i)])
[(1, 0)]
[(1, 2)]
[(1, 1)]
[(0, 1)]
5.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
let's say that we want to open and read a file named index.html and effect it to the varibale name : pt
whrite the correct form
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the type of x:
x=pt.readliens
string
tuple
list
none of above
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
the same qstn for this:
print(pt.readline)
string
tuple
list
none type variable
25 questions
EXAM MMI
Quiz
•
University
20 questions
Logo Quiz
Quiz
•
6th Grade - University
16 questions
Snakes
Quiz
•
4th Grade - Professio...
26 questions
Python Quiz SE 27/10/2023
Quiz
•
University
26 questions
python programming quiz
Quiz
•
12th Grade - University
25 questions
round 2
Quiz
•
University
16 questions
Mimas
Quiz
•
University
19 questions
NSI : Les fonctions en Python
Quiz
•
2nd Grade - University
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