Question: Please solve it quickly Match the codes to the correct output. code Choose... dig=55 print(*0100 (dig)) Choose... 0000000055 code 000000000055 error dig=55 print(-100 (dig) 55
Match the codes to the correct output. code Choose... dig=55 print("*0100" (dig)) Choose... 0000000055 code 000000000055 error dig=55 print("-100" (dig) 55 code Choose... dig-55 print("100" (dig Match the codes to the correct output. code Choose... . dig=55 print("*010d" $ (dig)) Choose... 0000000055 code 000000000055 error dig=55 print("4-10d" }(dig)) 55 code Choose... digw55 print("100" ("dig"))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
