Basic Python Programming For Beginners

Basic Python Programming For Beginners

4th - 9th Grade

11 Qs

quiz-placeholder

Similar activities

Python

Python

9th Grade

15 Qs

Year 8 | Intro to Python | Quiz 1

Year 8 | Intro to Python | Quiz 1

7th Grade

15 Qs

Control Structures - Selection in Python

Control Structures - Selection in Python

8th Grade - University

11 Qs

Half term recap quiz

Half term recap quiz

8th Grade

15 Qs

Python Revision

Python Revision

8th Grade

16 Qs

Python Pages 10 to 26

Python Pages 10 to 26

1st - 5th Grade

15 Qs

Java Math

Java Math

9th - 12th Grade

15 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Basic Python Programming For Beginners

Basic Python Programming For Beginners

Assessment

Quiz

Education, Fun, Computers

4th - 9th Grade

Hard

Created by

Mateo Gaitan

Used 10+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you make text appear on screen?

Print()

print:

Print=

print()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add numbers?

#,#

#+#

# + #

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a string? (read carefully!)

anything that can be printed

something that can't be printed

anything with " " around it

a number

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Can you do math with strings?

no

depends if it has words or not

yes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a variable?

variable!=

variable=

variable.assign( )

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Can you change a variable after you make it?

no

yes

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code? (I couldn't indent)

variable1="good"

variable2="bad"

if variable1=="good":

print(variable1)

else:

print(variable2)

good

variable2

bad

variable1

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?