
Python Quiz - 20
Authored by shanmugaraja .
Architecture, Other
12th Grade - University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Guess the correct output of the following string operations
str1 = 'Welcome'
print(str1*2)
WelcomeWelcome
str1str1
Error
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the following output of the following code :
list('Welcome')
['W','e','l','c','o','m','e']
('W','e','l','c','o','m','e')
['welcome']
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the following output of the following code :
>>>L = ['w','e','l','c','o','m','e']
>>>print(len(L))
8
9
7
None
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the following output of the following code :
>>> L=[“Amit”,”Anita”,”Zee”,”Longest Word”]
>>> print(max(L))
Longest Word
Zee
Error
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following code :
L=list(“www.learninghpython.com”)
print(L[20 : -1])
['c','o']
['c','o','m']
(com)
Error
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following code :
>>>L=[“Amit”,”Sumit”,”Naina”]
>>>print(L[-1][-1])
['Sumit']
[a]
[Naina]
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following code :
L=[0.5 * x for x in range(4)]
print(L)
[0.0, 0.5, 1.0, 1.5]
(0,.5, 1, 1.5)
[0.0, 0.5, 1.0, 1.5, 2.0]
None
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?