Python Scope

Python Scope

12th Grade

10 Qs

quiz-placeholder

Similar activities

YVIP Earsketch Vocab Review 2021

YVIP Earsketch Vocab Review 2021

6th - 12th Grade

12 Qs

python

python

3rd Grade - University

12 Qs

Intro to Python Programming Quiz 9C

Intro to Python Programming Quiz 9C

10th Grade - University

12 Qs

Intro to Python Programming Quiz 9B

Intro to Python Programming Quiz 9B

10th Grade - University

14 Qs

Python Strings and Variables

Python Strings and Variables

5th Grade - University

8 Qs

First Responder Quiz

First Responder Quiz

12th Grade

13 Qs

Introductory Quiz

Introductory Quiz

9th - 12th Grade

10 Qs

Python - Conceptos teóricos

Python - Conceptos teóricos

12th Grade

10 Qs

Python Scope

Python Scope

Assessment

Quiz

Other

12th Grade

Hard

Created by

Amy Austin

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable created inside a function in Python?

Local scope

Global scope

External scope

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can a variable outside of a function be accessed within the function in Python?

By importing it

By passing it as an argument

By declaring it as external

By declaring it as global

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to modify a global variable inside a function?

modify

public

extern

global

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Python data type?

Variable

Python

List

Function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to add an item to a list in Python?

append()

add()

push()

insert()

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is used to start a loop in Python?

for

loop

repeat

while

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to comment a single line in Python?

// This is a comment

# This is a comment

/* This is a comment */

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?