Pyhton Input and Output Basics

Pyhton Input and Output Basics

5th Grade

20 Qs

quiz-placeholder

Similar activities

Python Level 1

Python Level 1

3rd - 8th Grade

20 Qs

Intro to Small Basic

Intro to Small Basic

KG - 7th Grade

15 Qs

Y9 refresher

Y9 refresher

1st - 9th Grade

16 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Aahaan : Python Live Assessment

Aahaan : Python Live Assessment

5th - 7th Grade

20 Qs

Python ponavljanje

Python ponavljanje

5th Grade

16 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python - Variables and Input

Python - Variables and Input

1st - 10th Grade

16 Qs

Pyhton Input and Output Basics

Pyhton Input and Output Basics

Assessment

Quiz

Computers

5th Grade

Medium

Created by

Sean Morrow

Used 33+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the Python logo?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What output would print (10 + 16) produce?

10 + 16

print(10 + 16)

print(26)

26

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why do we use variables in programming?
edit data
store data
integer
to look good

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Gjdk is not a good name for a variable, why?

It starts with a capital letter.

It does not contain any spaces.

There are no vowels.

It's meaningless.

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?