A Python module is a file with the _____ file extension that contains valid Python code.

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
.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 Quizizz
20 questions
PL SQL

Quiz
•
University - Professi...
20 questions
Python

Quiz
•
Professional Development
20 questions
Quiz 5.1

Quiz
•
Professional Development
12 questions
Проверяю знания и изучаю PyGame

Quiz
•
Professional Development
11 questions
Java Fundamentals

Quiz
•
Professional Development
15 questions
4.6.4 Logic Gates

Quiz
•
10th Grade - Professi...
10 questions
Fundamentos de la IA

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