23.
What is the imaginary part of the complex number 3 + 4j ?

25.
What is the result of int(3.999) ?

28.
The following is displayed by a print function call. Select all of the function calls that result in this output.
tom
dick
harry

print('''tom
\ndick
\nharry''')

print('tom
dick
harry')