Python Scope

Python Scope

12th Grade

10 Qs

quiz-placeholder

Similar activities

Mestieri e Strumenti in Francese

Mestieri e Strumenti in Francese

4th Grade - University

10 Qs

Tech Buzz R2

Tech Buzz R2

12th Grade

10 Qs

recuperacao 1 programação desenvolvimento de sistemas

recuperacao 1 programação desenvolvimento de sistemas

12th Grade

10 Qs

G21 10 ZAMORA

G21 10 ZAMORA

9th - 12th Grade

10 Qs

Intro to PT Ch 1 Review

Intro to PT Ch 1 Review

11th - 12th Grade

10 Qs

Les nombres de 1 à 10

Les nombres de 1 à 10

2nd - 12th Grade

10 Qs

JS 1

JS 1

12th Grade

15 Qs

Quiz Time

Quiz Time

11th - 12th Grade

15 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?