If you need a function that does nothing, what would you use instead of XXX? (Select two answers)
def idler ( ):
XXX
Assuming that the code below has been executed successfully, which of the following expressions will always evaluate to True? (Select two answers)
import random
v1 = random. random()
v2 = random. random()
Assuming that String is six or more letters long, the following slice
String[1:-2]
is shorter than the original string by: