Question: Match the codes to the correct outputs. #----- code x=123.456 a123 if x//a (a>0): print (True) else: print(ok) Choose.. ---- code Choose... x-123.456 a=129 x//a>
Match the codes to the correct outputs. #----- code x=123.456 a123 if x//a (a>0): print (True) else: print("ok") Choose.. ---- code Choose... x-123.456 a=129 x//a> (a>o): print (x//1) else: print("ok")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
