Python 3 Basics

Python 3 Basics

9th Grade

13 Qs

quiz-placeholder

Similar activities

Python есептер 1

Python есептер 1

9th - 12th Grade

16 Qs

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

1st - 12th Grade

10 Qs

Cyber Security

Cyber Security

1st - 10th Grade

10 Qs

Acceptable Use Policy

Acceptable Use Policy

6th - 9th Grade

16 Qs

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

6th Grade - University

14 Qs

Latihan Format Cell

Latihan Format Cell

8th - 9th Grade

10 Qs

Google Aptitude Test

Google Aptitude Test

KG - University

10 Qs

Archivos Digitales

Archivos Digitales

9th Grade - University

14 Qs

Python 3 Basics

Python 3 Basics

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Vernon Leigh

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?