Fun with Python Basics

Fun with Python Basics

1st Grade

20 Qs

quiz-placeholder

Similar activities

Literary Terms Quiz

Literary Terms Quiz

1st - 5th Grade

15 Qs

Tenses Quiz

Tenses Quiz

1st Grade

18 Qs

tin học 10 đúng sai

tin học 10 đúng sai

1st - 5th Grade

16 Qs

python à zéro

python à zéro

1st Grade

15 Qs

QUIZ-A-THON PYTHON LEVEL 2

QUIZ-A-THON PYTHON LEVEL 2

1st Grade

15 Qs

English 2-Technology

English 2-Technology

1st - 5th Grade

17 Qs

English Test

English Test

1st - 5th Grade

20 Qs

Fun with Python Basics

Fun with Python Basics

Assessment

Quiz

Others

1st Grade

Hard

Created by

Kaustubh Pandey

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we call a name that stores a value?

Parameter

Function

Variable

Constant

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data is '5' in Python?

string

boolean

integer

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to assign a value to a variable?

+=

<>

=

==

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use to make decisions in Python?

Conditional statements

Functions

Variables

Loops

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of 3 + 2?

4

5

6

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a list in Python?

A list in Python is an immutable, unordered collection of items.

A list in Python is a mutable, ordered collection of items defined by square brackets.

A list in Python is a type of function that returns values.

A list in Python is a collection of items defined by curly braces.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a tuple?

You create a tuple by using square brackets, e.g., [1, 2, 3].

You create a tuple by using parentheses, e.g., (1, 2, 3).

You create a tuple by using curly braces, e.g., {1, 2, 3}.

You create a tuple by using angle brackets, e.g., <1, 2, 3>.

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?