In addition to int and [blank_start]float[blank_end], Python supports other types of numbers, such as Decimal and Fraction. Python also has built-in support for complex numbers, and uses the j or J suffix to indicate the [blank_start]imaginary[blank_end] part (e.g. 3+5j).
Answer
float
imaginary
Question 4
Question
Besides numbers, Python can also manipulate [blank_start]strings[blank_end], which can be expressed in several ways. They can be enclosed in single quotes ('...') or double quotes ("...") with the same result 2. [blank_start]\[blank_end] can be used to escape quotes:
Answer
strings
cheese
\
?
Question 5
Question
Identify the software terms in the following image