Python Basics Quiz

Python Basics Quiz

Professional Development

20 Qs

quiz-placeholder

Similar activities

Recap Day 2

Recap Day 2

Professional Development

19 Qs

Sports

Sports

KG - Professional Development

16 Qs

DIE DIE DIE

DIE DIE DIE

KG - Professional Development

18 Qs

Among Us (The Skelds)

Among Us (The Skelds)

KG - Professional Development

15 Qs

Individual Quiz 2

Individual Quiz 2

Professional Development

15 Qs

general knowledge quiz

general knowledge quiz

KG - Professional Development

16 Qs

Szyfry, znaki patrolowe, węzły

Szyfry, znaki patrolowe, węzły

Professional Development

19 Qs

ZCLA Induction Recap Week 2

ZCLA Induction Recap Week 2

Professional Development

20 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Fun

Professional Development

Medium

Created by

Mr Massett

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a list in Python?

{}

[]

()

||

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element of a list?

1

-1

0

first

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add an item to the end of a list?

insert

append

add

push

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you remove an item from a list?

remove

pop

discard

delete

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to define a function in Python?

function

def

define

subroutine

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you call a function named greet?

greet()

call greet()

run greet()

invoke greet()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to return a value from a function?

output

return

yield

print

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?