Python Variable and Datatype Quiz

Quiz
•
Education
•
University
•
Medium
Kundan Kumar
Used 4+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is a valid Python variable name?
2variable
variable_2
@variable
var-iable
Answer explanation
Variable names can't start with a number or use special characters like @ or -)
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
int
float
complex
none
Answer explanation
The addition of an int and float results in a float
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of these data types is immutable?
List
Set
Dictionary
Tuple
Answer explanation
Tuples are immutable, while lists, dictionaries, and sets are mutable
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A single-element tuple requires a trailing comma, like (5,)
tuple = (5)
tuple = 5
tuple = (5,)
tuple = [5]
Answer explanation
A single-element tuple requires a trailing comma, like (5,)
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following statements creates an empty set in Python?
set1 = {}
set1 = set()
set1 = []
set1 = emptyset{}
Answer explanation
Using set() creates an empty set, whereas {} creates an empty dictionary
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
3
4
5
6
Answer explanation
Appending a list inside another list counts as one additional element, so the length is 4
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will the following code output?
Pyt
Pyth
Py
Python
Answer explanation
Slicing x[0:3] returns the substring 'Pyt'
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Repaso semana 4

Quiz
•
University
9 questions
~Linux~

Quiz
•
University
16 questions
Measure of Central Tendency and Dispersion

Quiz
•
University
15 questions
Python Basics

Quiz
•
University
10 questions
Bài 16: Ngôn ngữ lập trình bậc cao và python

Quiz
•
University
10 questions
Day 2 Python quiz Datatypes and variable

Quiz
•
University
10 questions
Python Variables

Quiz
•
University
10 questions
Python quiz

Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Education
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University