Search Header Logo

christmas holiday happy activity python 2023

Authored by Adrian Ortiga

World Languages

12th Grade

Used 2+ times

christmas holiday happy activity python 2023
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

74 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python accepts single ('), double (") and triple (''' or """) quotes to denote strings. Which of the following is NOT acceptable Python syntax?

print('Hello World')

print("Hello World")

print('Hello World")

print(""'Hello World'"")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is printed by the following statement?

print("P" not in "APCSP")

True

False

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is printed by the following statement?

print("A" in "APCSP")

True

False

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the following expression:

"dog" < "Dog"

They are the same word

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For strings, the + operator represents

Concatenation

Addition

Appending

Recantation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

data = "No Way!" The expression len(data) evaluates to:

7

9

8

6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator returns True if target string is somewhere in the search string; otherwise it returns False.

==

!=

in

is

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?