How do you comment some code in Python?
Week 1

Quiz
•
Computers
•
Professional Development
•
Medium

John Doe
Used 5+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
# Commented code
// Commented code
/* Commented code */
You can't comment code in Python
2.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What are the data types available in Python?
Integer, Float, Complex, String, Boolean, List, Dictionary
Integer, Float, Complex, String, Boolean, Tuple, Set
Integer, String, Boolean, List, Dictionary, Tuple, Set
Integer, Float, Complex, String, Boolean, List, Dictionary, Tuple, Set
3.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What is the built-in function that returns a list of valid attributes of an object?
type(object)
dir(object)
help(object)
getattr(object)
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
How do you retrieve the value provided by the user input?
value = readline()
value = prompt()
value = input()
value = ask()
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
How do you declare a variable in Python?
var name = "John"
name := "John"
let name = "John"
name = "John"
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
After running the following statement, what will be the values of the variables?
>>> given_name, family_name, age = "John", "Doe", 35, "US"
given_name is "John", family_name is "Doe" and age is 35
given_name is "John Doe", family_name is 35 and age is "US"
given_name is "John", family_name is "Doe" and age is the tuple (35, "US")
An error because there are too many values to unpack
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
After running the following statement, what will be the value returned?
>>> int(1.789)
1
1.789
0.789
An error because a float can't be converted to an integer
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
DBMS Quizzz....!

Quiz
•
Professional Development
15 questions
Data Science / AI

Quiz
•
Professional Development
10 questions
Python Quiz

Quiz
•
Professional Development
12 questions
Tuples

Quiz
•
4th Grade - Professio...
8 questions
Рандом и списки

Quiz
•
Professional Development
10 questions
c program -basic

Quiz
•
Professional Development
7 questions
Demo Quiz Ashv

Quiz
•
Professional Development
12 questions
Python Collections Quiz

Quiz
•
Professional Development
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