Python PRIMM Recap L1/L2

Python PRIMM Recap L1/L2

6th Grade

11 Qs

quiz-placeholder

Similar activities

Python variables

Python variables

6th - 8th Grade

8 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Python Basics

Python Basics

6th Grade - University

10 Qs

Python PRIMM Recap L1/L2

Python PRIMM Recap L1/L2

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Matthew Kelsall

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? ```python print("Hello, World!") ```

Hello, World!

"Hello, World!"

Hello World

"Hello World"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to concatenate the strings "Good" and "Morning" in Python?

"Good" + "Morning"

"Good" & "Morning"

"Good" "Morning"

"Good".concat("Morning")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

53

8

15

35

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(7 * 6)

print("7 * 6")

print(7 x 6)

print("7 x 6")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? ```python print("The sum of 2 and 3 is", 2 + 3) ```

The sum of 2 and 3 is 5

The sum of 2 and 3 is 23

The sum of 2 and 3 is 2 + 3

The sum of 2 and 3 is

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will correctly print the string "Python is fun"?

print("Python is fun")

print(Python is fun)

print('Python is fun')

Both A and C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6

14

104

40

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?