L7.1: Python Syntax

L7.1: Python Syntax

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

1 Python Quiz

1 Python Quiz

7th - 9th Grade

10 Qs

Python Quiz

Python Quiz

3rd Grade - Professional Development

11 Qs

ISAC Quiz Day 1 (Coding Vocabulary)

ISAC Quiz Day 1 (Coding Vocabulary)

12th Grade - Professional Development

10 Qs

Pájton

Pájton

9th - 10th Grade

12 Qs

disney songs

disney songs

KG - University

12 Qs

L7.1: Python Syntax

L7.1: Python Syntax

Assessment

Quiz

Fun

9th - 12th Grade

Easy

Created by

George Weeland Molina

Used 21+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Complete the syntax below to display the given statement:

_____("Hello, I am an Zemo. I am an A.I. robot!")

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What would be the output for the following code below?

a = "Grade"

b = "10"

c = "TLE Class"

print( a, b+c )

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all items that will display a string for Hello, World!

" Hello, World! "

" Hello, World! '

Hello, World!

"' Hello, World! "'

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What would be the code that will display the following statement?

Let's go Tamaraw! Let's go!

print ( Let's go Tamaraw! Let's go! )

print = ( Let's go Tamaraw! Let's go! )

print ( "Let's go Tamaraw! Let's go!" )

print = "Let's go Tamaraw! Let's go!"

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write a code that will display the following statement:

2023

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following syntax will set a new line of statement when executed?

\p

\t

\n

\w

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following syntax will execute a tab indent or will add 4 spaces before/after a string?

\p

\t

\n

\w

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?