Why did Guido van Rossum call his programming language Python?
Python Basics Quiz 12 by RK

Quiz
•
Computers
•
11th Grade
•
Hard
Reshma Kamthe
Used 14+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
He thinks Pythons were cool
He couldn't think of anything else
A friend suggested it
He loves Monty Python
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the output of the following?
a = True
b = False
c = False
if a or (b and c):
print("GEEKSFORGEEKS")
else:
print("geeksforgeeks")
geeksforgeeks
GEEKSFORGEEKS
error
no output
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
name = "Bob"
if name == "Bob":
print ("Hello " + name)
else:
print ("I dont know you")
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is used to define a block of code (body of loop, fuction etc.) in Python?
Curly braces
Parenthesis
Indentation
Quotation
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How to insert comments in Python ?
# this is a comment
// this is a comment
/* this is a comment */
7.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
How to create a numeric variable age with a value of 10
age = 10
age = int(10)
age = "10"
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Python variables, expressions, and data types

Quiz
•
9th - 12th Grade
20 questions
Python_if_else

Quiz
•
1st Grade - University
27 questions
Python Loops

Quiz
•
9th - 12th Grade
20 questions
Python Recap

Quiz
•
7th Grade - University
22 questions
CodeHS AP CSP Unit 3 Review

Quiz
•
11th - 12th Grade
25 questions
Introduction to Python

Quiz
•
KG - University
20 questions
Python list, if

Quiz
•
6th - 12th Grade
30 questions
Python Beginner

Quiz
•
6th - 12th Grade
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