Module 3 Flashcards
1
Q
List of Priorities
A
1 **
2 + , - Unary
3 * , / , // , %
4 + , - Binary
2
Q
What data type is the following?
(10, 20)
A
Tuple
List of Priorities
1 **
2 + , - Unary
3 * , / , // , %
4 + , - Binary
What data type is the following?
(10, 20)
Tuple