
Python Basic Level 2 | RoboticSchools

Quiz
•
Computers
•
10th Grade
•
Medium
Robotic Schools
Used 7+ times
FREE Resource
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]
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
print("Hello world!\nHello world!")
Hello world!
Create a free account and access millions of resources
Similar Resources on Wayground
66 questions
ÔN TẬP CUỐI HK2 TIN 10 NH 2024-2025

Quiz
•
10th Grade
69 questions
Câu hỏi trắc nghiệm về Python

Quiz
•
10th Grade
68 questions
Đề Cương Ôn Tập Giữa Kì 2 Tin 10

Quiz
•
10th Grade
69 questions
Câu hỏi về lập trình Python

Quiz
•
10th Grade
65 questions
Unit 7: Parameters, Return, & Libraries (APCSP '23-'24)

Quiz
•
9th - 12th Grade
71 questions
Final exam Review

Quiz
•
9th - 12th Grade
75 questions
APCS Principles Practice Exam

Quiz
•
8th Grade - University
69 questions
2.2_assessment_full_Programming Concepts Quiz

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade