Python for Beginners (Module 1)

Python for Beginners (Module 1)

7th Grade

22 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

KG - University

25 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Grade 7 Python

Grade 7 Python

7th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 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?