Python Math

Python Math

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

In python, what is printed
num = 3 + 5
print(num)

Back

8

2.

FLASHCARD QUESTION

Front

In python, what is printed
x = 3 + 5.0
print(x)

Back

8.0

3.

FLASHCARD QUESTION

Front

In python, what is printed
number = 3. + 5
print(number)

Back

8.0

4.

FLASHCARD QUESTION

Front

In python, what is printed
n = 5.0 - 3
print(n)

Back

2.0

5.

FLASHCARD QUESTION

Front

In python, what is printed
answer = 8 / 4
print(answer)

Back

2.0

6.

FLASHCARD QUESTION

Front

In python, what is printed
x = 9 // 4
print(x)

Back

2

7.

FLASHCARD QUESTION

Front

In python, what is printed
num = 3 * 4
print(num)

Back

12

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?