Python for Beginners (Module 1)

Python for Beginners (Module 1)

7th Grade

22 Qs

quiz-placeholder

Similar activities

python - tallulah

python - tallulah

7th - 9th Grade

20 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

Class 8A Unit 9.1 Python Basic

Class 8A Unit 9.1 Python Basic

6th - 8th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Review

Python Review

7th - 8th Grade

17 Qs

Python Quiz 1

Python Quiz 1

1st - 12th Grade

18 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Year 8 Python - Lesson 3

Year 8 Python - Lesson 3

6th - 8th Grade

19 Qs

Python for Beginners (Module 1)

Python for Beginners (Module 1)

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Annie Young

Used 8+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("Hello, World!")

Hello, World!

"Hello, world!"

hello, world!

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

animal = 'horse'

print(animal)

animal

horse

Nothing

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

name = 'Tom'

print(name)

name

Tom

Nothing

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("Siena is the best house!")

print("Siena is the best house!")

Siena is the best house!

siena is the best house

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("Hello)

Hello!

hello

Hello

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

print " Hello! "

print Hello!

print(Hello!)

print('Hello!')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

print("Mrs Young is cool")

print(Mrs Young is cool")

Print("Mrs Young is cool")

print("Mrs Young is cool)

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?