Python: Format Characters Flashcards
1
Q
%d, %i
A
Signed integer decimal
2
Q
%o
A
Signed octal value
3
Q
%x
A
Signed hexadecimal
4
Q
%e
A
Floating point exponential format
5
Q
%f
A
Floating point decimal format
6
Q
%c
A
Single character
7
Q
%r
A
Raw string
8
Q
%s
A
String
9
Q
’’’, “””
A
Free-form strings