Python Programming Quiz

Quiz
•
Information Technology (IT)
•
University
•
Easy
Darren Hong
Used 3+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the correct way to define a function in Python?
function myFunc():
def myFunc():
func myFunc():
define myFunc():
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which data type is immutable in Python?
List
Dictionary
String
Set
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to check if "apple" exists as a key in fruits = {"apple": 1, "banana": 2}?
"apple" in fruits
fruits.has_key("apple")
"apple" exists in fruits
if fruits("apple"):
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the output of bool([]) in Python?
True
False
None
Error
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which statement is used to handle exceptions in Python?
catch
try-except
error
handle
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the result of 3 * "Python"?
"PythonPythonPython"
["Python", "Python", "Python"]
Error
("Python", "Python", "Python")
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Is Python a case-sensitive language?
Yes
No
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Week2 上周知识点回顾

Quiz
•
University
13 questions
Introduction To Programming - Lesson Exception Handling

Quiz
•
11th Grade - University
12 questions
PYTHON APTITUDE

Quiz
•
University
15 questions
Quiz Pemrograman Python

Quiz
•
10th Grade - University
10 questions
HTML + CSS + JS

Quiz
•
University
12 questions
Web aplikacije - uvodne vježbe

Quiz
•
University
9 questions
Kiến thức về hàm print() trong Python

Quiz
•
2nd Grade - University
12 questions
Python Programming Competition

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade