Search Header Logo

Python Basics

Authored by Code Sprouts

Computers

9th - 12th Grade

Used 2+ times

Python Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

How can we make a function work?

By writing the code for the function

By Functioning

By calling the function

By running the code

2.

MULTIPLE SELECT QUESTION

2 mins • 5 pts

What is a parameter in a function?

The brackets used in the function

a variable used to send information to a function

the name of the function

the name of the main program calling the function

3.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

What is a piece of code that can take inputs to perform a particular task?

a function

arguments

parameters

list

4.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Media Image

What letter will be printed on the screen after running this code:

e
x
t
Nothing prints

5.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Media Image

What output will this code produce?

Exeter
4
6
city

6.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which of these pieces of code would return the name "Harry" from the following list?

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList()

nameList[1]

NameList(4)

nameList["4"]

7.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

The output of the program

x = 4

x = "Sally"

print(x)

four

Saly

Sally

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?