What will be the output of the following Python expression if X = -122?
Posted: Wed Jul 13, 2022 7:44 pm
print("-%06d"%x)
a) -000122
b) 000122
c) –00122
d) -00122
a) -000122
b) 000122
c) –00122
d) -00122
Accurate answers. Every time.
https://answerhappy.com/