Python Recap 2

Python Recap 2

3rd - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python basic commands

Python basic commands

8th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

Grade 7 Python

Grade 7 Python

7th Grade

20 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Python Recap 2

Python Recap 2

Assessment

Quiz

Computers

3rd - 12th Grade

Hard

Created by

Jamie Domingo

Used 4+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct format when writing a function?

functionName = input

functionName(input)

input = functionName()

input(functionName)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable?

function = variableName(value)

function(variableName)

variableName = value

variableName(value)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is concatenation?

A breed of cat

A function that joins numbers together

A method of joining variables together

A function that executes a Python command

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Click the symbols that concatenate variables.

+

_

-

,

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function displays its input?

display()

input()

type()

print()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This is a valid variable: onetwothree = 123

True

False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Variable names must start with a character.

True

False

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?