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

Quiz
•
University - Professi...
15 questions
AI Applications Quiz 1

Quiz
•
Professional Development
10 questions
CSS, SCSS, Animation and Responsive

Quiz
•
Professional Development
10 questions
Quiz Koha 2

Quiz
•
Professional Development
20 questions
js_edu_wrap_up

Quiz
•
1st Grade - Professio...
20 questions
Python Proficiency for College Students

Quiz
•
Professional Development
10 questions
Fundamentos de la IA

Quiz
•
Professional Development
15 questions
Evaluación de conocimientos

Quiz
•
Professional Development
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
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development