Python 3 Basics

Python 3 Basics

9th Grade

13 Qs

quiz-placeholder

Similar activities

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

INTRODUCTION TO PYTHON GRADE 9

INTRODUCTION TO PYTHON GRADE 9

9th Grade

10 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Python Quiz

Python Quiz

9th - 12th Grade

15 Qs

Quiz 143 - Python Data Types and Numbers

Quiz 143 - Python Data Types and Numbers

9th Grade

15 Qs

Data structures, operators and variables

Data structures, operators and variables

9th - 12th Grade

10 Qs

Python Object Types - Numbers

Python Object Types - Numbers

9th - 12th Grade

10 Qs

CodeHS Python Variables

CodeHS Python Variables

7th - 12th Grade

10 Qs

Python 3 Basics

Python 3 Basics

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Vernon Leigh

Used 8+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring a variable in Python?

variable_name = value

name = variable_value

value = variable_name

value = name_variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^

*

//

**

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression 5 + 3 * 2?

16

10

7

11

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of x after the following code: x = 5 + 3 * 2?

10

16

7

11

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the order of operations in Python?

parentheses, exponentiation, multiplication and division, addition and subtraction

multiplication and division, addition and subtraction, parentheses, exponentiation

parentheses, exponentiation, addition and subtraction, multiplication and division

addition and subtraction, multiplication and division, parentheses, exponentiation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for an if statement in Python?

if (condition)

if [condition]

if condition:

if {condition}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for an else statement in Python?

else

otherwise

if not

else:

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?