Python Y10

Python Y10

4th - 12th Grade

29 Qs

quiz-placeholder

Similar activities

Part 4 Review

Part 4 Review

8th Grade

29 Qs

Computer Pretest2(Python Grade7_t1)

Computer Pretest2(Python Grade7_t1)

2nd Grade - University

30 Qs

AP CSP Unit 7: Parameters, Returns, and Libraries

AP CSP Unit 7: Parameters, Returns, and Libraries

9th - 12th Grade

26 Qs

Code.org: Unit 2 Lesson 1-13 Test

Code.org: Unit 2 Lesson 1-13 Test

6th - 8th Grade

26 Qs

python_list_2

python_list_2

12th Grade

24 Qs

Magic 8 Ball

Magic 8 Ball

7th Grade

24 Qs

AP CSP Lists

AP CSP Lists

9th - 12th Grade

24 Qs

Code.org List Questions

Code.org List Questions

9th - 12th Grade

24 Qs

Python Y10

Python Y10

Assessment

Quiz

Computers

4th - 12th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Created by

K WillTeachYou

Used 4+ times

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

Tags

CCSS.L.2.2C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(3*4+5)
27
17
12
SyntaxError

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?

=

+

/

==

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

people = ["John", "Rob", "Bob"]

print (people[-1])

what would this result be?

John
Rob
Bob

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

people = ["John", "Rob", "Bob"]

print (people[4])

what would this result be?

John
Rob
Bob
Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tells the interpreter that the code which follows is a function
const
int
def
while

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Converts a number to a string
str()
int()
parseInt()
convert

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?