Python Unit 3

Quiz
•
Computers
•
University
•
Easy
Vishwanath Vishwanath
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
s = "Python Programming"
print(s[7:18])
Programming
Python
Python Programming
Programmin
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a list in Python?
list = {1, 2, 3, 4}
list = [1, 2, 3, 4]
list = "1, 2, 3, 4"
1 ,2,3,4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to define a tuple?
t = (1, 2, 3, 4)
t = "1, 2, 3, 4"
t = {1, 2, 3, 4}
None
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A tuple is an ___sequence in Python,
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
d = {"a": 1, "b": 2, "c": 3}
print(d.get("d", 10))
10
d
Error
D 10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
s = "python programming"
print(s.title())
"Python Programming"
"PYTHON PROGRAMMING"
"Python programming"
Error
Answer explanation
The title() method capitalizes the first letter of each word in the string.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a function in Python?
func function_name():
define function_name():
function function_name():
def function_name():
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Programming Concepts Challenge

Quiz
•
10th Grade - University
10 questions
OOP intro quizz

Quiz
•
University
15 questions
Tecnothon Quiz (Selection Round)

Quiz
•
11th Grade - University
10 questions
HW5 Chapter 5 - PLC

Quiz
•
University
12 questions
C Basics

Quiz
•
University
10 questions
Python Basics

Quiz
•
University
10 questions
Session 2

Quiz
•
University
10 questions
Programming basic

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University