Python Basics

Python Basics

8th - 10th Grade

30 Qs

quiz-placeholder

Similar activities

Python Programming with sequences a selection

Python Programming with sequences a selection

9th - 12th Grade

25 Qs

Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

Python Class 9

Python Class 9

9th - 10th Grade

25 Qs

CSP Python Review

CSP Python Review

9th - 12th Grade

25 Qs

Year 8 Python

Year 8 Python

8th Grade

29 Qs

2 Python (переменные, типы данных)

2 Python (переменные, типы данных)

5th - 12th Grade

33 Qs

Artificial Intelligence Quiz1

Artificial Intelligence Quiz1

4th - 8th Grade

26 Qs

Python - Year 9 - Homework 1

Python - Year 9 - Homework 1

7th - 9th Grade

25 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Created by

Traci Allgor

Used 146+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print(3+4)
3+4
7
SyntaxError
print(3+4)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("3+4")
7
3+4
34
SyntaxError

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?

print("Hello world!\nHello world!") (aka new line)

Hello world! Hello world!

Hello world!

Hello world!

SyntaxError

Hello world!

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Joining elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which Python command is used to output information to the screen?
read
output
print
display

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?