Python Basics

Python Basics

7th Grade

14 Qs

quiz-placeholder

Similar activities

Python KS3

Python KS3

6th - 9th Grade

17 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

Python - Variables and Input

Python - Variables and Input

1st - 10th Grade

16 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python

Python

7th - 8th Grade

13 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Simon Errington

Used 335+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why did Guido van Rossum call his programming language Python?

He thinks Pythons were cool

He couldn't think of anything else

A friend suggested it

He loves Monty Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will:

answer = input("Give me a number")

print(answer * 5)

output?

An error message

The value of answer multiplied by 5

answer * 5

The value of answer repeated 5 times

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we change a user input from string to integer?

Casing

Flipping

Casting

Numerising

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does == mean?

Assign a value to a variable

Nothing, it's an error caused by typing == instead of =

Check that the value on the right of the == matches the value on the left

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is concatenation?

Replacing a string variable with another string variable

Combining two variables such as first name and last name

One of the food options in the canteen on Friday

A large collection of cats in an open space

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can a variable not start with?

A special character

A capital letter

A number

A lower case letter

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use at the start of a comment line?

@

#

"

*

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?