Python - Input and Output
What will be the output of this code?
value = 7
print(f"Value is {value:03}")
value = 7
print(f"Value is {value:03}")
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions