Python -- Arithmetic Operators

Python -- Arithmetic Operators

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

17 questions

Show all answers

1.

FLASHCARD QUESTION

Front

In Python, the operator used for addition is _____.

Back

+.

2.

FLASHCARD QUESTION

Front

In Python, the operator used for multiplication is _____.

Back

*

3.

FLASHCARD QUESTION

Front

In Python, the operator used for division is _____.

Back

/

4.

FLASHCARD QUESTION

Front

What is the result of the operation: x = 15, y = 4, print('x * y')?

Back

60

5.

FLASHCARD QUESTION

Front

What is the result of the operation: print(x // y) where x = 15 and y = 4?

Back

3

6.

FLASHCARD QUESTION

Front

What is the output of the following code :

print 9//2

Back

4

7.

FLASHCARD QUESTION

Front

What is the value of the expression 100 / 25?

Back

4.0

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?