The basic arithmetic operators are:
Addition, subtraction, multiplication, division
Python -- Arithmetic Operators
Flashcard
•
Quizizz Content
•
Computers
•
9th - 12th Grade
•
Hard
Student preview
17 questions
Show all answers
1.
FLASHCARD
Front
In Python, the operator used for addition is _____.
Back
+.
2.
FLASHCARD
Front
In Python, the operator used for multiplication is _____.
Back
*
3.
FLASHCARD
Front
In Python, the operator used for division is _____.
Back
/
4.
FLASHCARD
Front
What is the result of the operation: x = 15, y = 4, print('x * y')?
Back
60
5.
FLASHCARD
Front
What is the result of the operation: print(x // y) where x = 15 and y = 4?
Back
3
6.
FLASHCARD
Front
What is the output of the following code :
print 9//2
Back
4
7.
FLASHCARD
Front
What is the value of the expression 100 / 25?
Back
4.0
8.
FLASHCARD
Front
In Python, _________ operators are used to perform mathematical calculations.
Back
arithmetic
Answer explanation
The basic arithmetic operators are:
Addition, subtraction, multiplication, division
9.
FLASHCARD
Front
What is the output of the code below?
num1 = 9
num2 = 2
ans = num1// num2
print(ans)
Back
4
10.
FLASHCARD
Front
What will the output be from the following code?
print("3+4")
Back
3+4
Explore all questions with a free account
20 questions
Python Basics Review (TSK)
•
9th - 12th Grade
14 questions
Python Basics & Syntax
•
10th - 12th Grade
17 questions
Python Basics
•
9th - 12th Grade
10 questions
Python Boolean and If
•
9th - 12th Grade
15 questions
Python Functions and Exceptions Review
•
9th - 12th Grade
15 questions
9.6.1 Extending Data Structures Flashcard
•
9th - 12th Grade
15 questions
Day 34 - Flashcardziz
•
9th - 12th Grade
12 questions
Basics Python
•
8th - 10th Grade
17 questions
CAASPP Math Practice 3rd
•
3rd Grade
15 questions
Grade 3 Simulation Assessment 1
•
3rd Grade
20 questions
math review
•
4th Grade
19 questions
HCS Grade 5 Simulation Assessment_1 2425sy
•
5th Grade
16 questions
Grade 3 Simulation Assessment 2
•
3rd Grade
21 questions
6th Grade Math CAASPP Practice
•
6th Grade
13 questions
Cinco de mayo
•
6th - 8th Grade
20 questions
Reading Comprehension
•
5th Grade