
Python Basic Level 2 | RoboticSchools
Quiz
•
Computers
•
10th Grade
•
Practice Problem
•
Medium
Robotic Schools
Used 7+ times
FREE Resource
Enhance your content in a minute
70 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Which can be an Identifier among them in Python?
$123
_abc
@fg
1a
2.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
What will be the output of the following Python code?
>>>list1 = [1, 3]
>>>list2 = list1
>>>list1[0] = 4
>>>print(list2)
[1, 4]
[1, 3, 4]
[4, 3]
[1, 3]
3.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Which of the following is a Python tuple?
{1, 2, 3}
{}
(1, 2, 3)
[1, 2, 3]
4.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Predict the output
str1="helloworld"
str1[::-1]
Predict the output
str1="helloworld"str1[::-1]
dlrowolleh
hello
world
helloworld
5.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
What is the output of the following Code
aList = [4, 8, 12, 16]
aList[1:4] = [20, 24, 28]
print(aList)
[4, 20, 24, 28, 8, 12, 16]
[4, 20, 24, 28]
[20,24,28,12,16]
[4,20,24,28,16]
6.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Which is known as simple assignment operator?
==
=
+=
#
7.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world!
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
69 questions
iGCSE Computer Science: Data
Quiz
•
9th - 12th Grade
71 questions
CMU AP CSP - Student Created Questions WHS
Quiz
•
9th - 12th Grade
75 questions
Career Development Semester Exam 2025
Quiz
•
8th Grade - University
75 questions
Sistemas informáticos
Quiz
•
10th Grade - University
70 questions
KOMPUTASI X TKJ 1
Quiz
•
10th Grade
65 questions
PTI (susulan) - UAS
Quiz
•
10th Grade - University
69 questions
PC Troubleshooting
Quiz
•
8th - 12th Grade
75 questions
Computer Science - End of Year Quiz
Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
