Functions Flashcards
1
Q
+
A
addition
2
Q
-
A
subtraction
3
Q
/
A
division; returns a float
4
Q
//
A
integer division; returns no float
5
Q
**
A
Exponent: Raises a number to power
6
Q
What can you use to format a floating point number as percentage
A
%
7
Q
% symbol does what?
A
Causes the number to be multiplied by 100
8
Q
What function can you use to format the integer?
A
format
9
Q
d is
A
type of designator