Basic Python Programming For Beginners

Basic Python Programming For Beginners

4th - 9th Grade

11 Qs

quiz-placeholder

Similar activities

Python L1 Quiz 4: Lists

Python L1 Quiz 4: Lists

1st - 12th Grade

10 Qs

Python eduBlocks Quiz

Python eduBlocks Quiz

8th Grade

10 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

AP CSP Unit 2 Review

AP CSP Unit 2 Review

9th - 12th Grade

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

python grade 7

python grade 7

7th Grade

10 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 9+ 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?