If you need a function that does nothing, what would you use instead of XXX? (Select two answers)
def idler ( ):
XXX
pass
return
exit
None
Submit