What is Python ?
Python Basic

Quiz
•
Computers
•
10th Grade
•
Hard
Fendy K
Used 36+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Python is text-based programming
Python is a kind of snake
Python is block-based programming
Python is human language
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result of not(true or false) ?
true
false
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the difference between 10 / 3 and 10 // 3 ?
10 / 3 is division. 10 // 3 is subtraction.
10 / 3 is floor division. 10 // 3 is subtraction.
10 / 3 is floor division. 10 // 3 is division.
10 / 3 is division. 10 // 3 is floor division.
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Assignment Operator is ...
used to assign values to variables
and, or, not
+, -, %
+=, <<=, %=
==, <=, !=
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is this code true or false?
number = int(input("Input your number:"))
if number % 3 == 0:
if number % 5 == 0:
print ("FizzBuzz")
else:
print("Fizz")
elif number % 5 == 0:
print("Buzz")
else:
print(number)
True
False
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How many errors in this image?
1
2
3
4
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What line is error?
4
5
6
7
8
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
KD-1 Dasar pemrograman python

Quiz
•
10th Grade
17 questions
Python - Quiz

Quiz
•
9th - 11th Grade
16 questions
Python Basics

Quiz
•
KG - University
14 questions
year 8 lesson 2 quiz - python

Quiz
•
8th - 10th Grade
13 questions
Python Iteration

Quiz
•
10th Grade
15 questions
Python Basics

Quiz
•
KG - University
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
10 questions
PF Unit 10

Quiz
•
9th 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