Basic Python Programming For Beginners

Basic Python Programming For Beginners

4th - 9th Grade

11 Qs

quiz-placeholder

Similar activities

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Modules, Packages, and Libraries

Modules, Packages, and Libraries

8th Grade

10 Qs

S1 code.org Knowledge Check 2

S1 code.org Knowledge Check 2

7th Grade

12 Qs

Python code

Python code

6th Grade

9 Qs

Unit 5 Review

Unit 5 Review

9th - 12th Grade

12 Qs

Python Conditional Statements Quiz

Python Conditional Statements Quiz

1st - 5th Grade

9 Qs

Python 2

Python 2

9th - 12th 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?