Search Header Logo

Basic Python Code Output Quiz

Authored by Charl Fourie

Religious Studies

7th - 12th Grade

Used 1+ times

Basic Python Code Output Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print("Hello" + "World")

Hello + World

Hello World

HelloWorld

"HelloWorld"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly takes user input and stores it in a variable?

input = name()

name = input("Enter your name: ")

input("name") = name

print("Enter name: ") = name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is stored in the variable greeting after running this code? greeting = "Hi" + " there!"

Hi there

"Hi there!"

Hi there!

"Hi""there!"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? first = "John" last = "Smith" print(first + " " + last)

JohnSmith

John Smith

"John Smith"

first last

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed by this code? name = "Alice" print("Hello,", name)

Hello, Alice

Hello name

"Hello," Alice

Hello,Alice

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to declare and print a string variable?

name = input("What is your name?") then print(name)

input("What is your name?") = name then print name

name == "Tom" then output(name)

string name = input() then print(name)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of this code: first_name = "Sam" print("Hi " + first_name + "!")

Hi Sam!

Hi + Sam + !

Hi first_name!

Hi "Sam"!

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?