Search Header Logo

Python Programming Basics

Authored by Sara Gruber

Engineering

12th Grade

Used 1+ times

Python Programming Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

56 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to print a string in Python?

A) print 'Hello'

B) print("Hello")

C) print[Hello]

D) print{Hello}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: In Python, strings are always written within ________

quotation marks

apostrophes

brackets

curly brackets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for multiplication in Python?

A) x

B) #

C) *

D) +

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following Python code print("Planet Earth takes", 365, "days to orbit the sun") outputs a statement. Choose the correct output.

Planet Earth takes 365 days to orbit the sun

Planet Earth takes, 365, days to orbit the sun

Planet Earth takes365days to orbit the sun

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: Using a ________ allows you to output integers as part of a string sentence in Python.

comma

plus sign

percent operator

format specifier

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: In Python, you add a newline character within ______ quotation marks.

double or single

triple

backslash

raw

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What will be the output of the following code? Code:

name = "Rob-Bot"

print("Hello " + name + "! It's lovely to meet you!")

Hello Rob-Bot! It's lovely to meet you!

Hello ! It's lovely to meet you!

Hello name! It's lovely to meet you!

Hello Rob-Bot! It's lovely to meet you! It's lovely to meet you!

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?