
Ojo's Python Class 2

Quiz
•
Computers
•
Professional Development
•
Hard
Ojo Ilesanmi
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Python module is a file with the _____ file extension that contains valid Python code.
.module
.pymodule
.pym
.py
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To use a module in another module, you must import it using an ________ statement.
import
transfer
from
to
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Suppose a function called add() is defined in a module called adder.py. Which of the following code snippets correctly show how to import and use the add() function? Select all that apply.
import adder
result = adder.add(2, 3)
import add from adder
result = add(2, 3)
from adder import add
result = add(2, 3)
from adder import add
result = adder.add(2, 3)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many except statements can a try-except block have?
zero
one
more than one
more than zero
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When will the else part of try-except-else be executed?
always
when an exception occurs
when no exception occurs
when an exception occurs in to except block
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When is the finally block executed?
when there is no exception
when there is an exception
only if some condition that has been specified is satisfied
always
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
QUIZ DAY - Mesa de ayuda (Nuevas Clasificaciones y su Uso)

Quiz
•
Professional Development
10 questions
Python Session 5

Quiz
•
Professional Development
20 questions
2. Ayo Main Quiz Lagi

Quiz
•
University - Professi...
20 questions
Season 5 #Spaic Python Weekly Quiz

Quiz
•
KG - Professional Dev...
11 questions
Python pathlib module

Quiz
•
Professional Development
10 questions
Python 7

Quiz
•
Professional Development
15 questions
Soal Meet 3 Database Management

Quiz
•
Professional Development
10 questions
Store Values of AND Operation in Variable

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