37
Answer (Choose 1 answer)
A. Welcome#111#.66
B. Welcome#111#924.66
C. Welcome #111#924.66
D. Welcome# 111#924.66
FUO cute Stam
What will be the output of the following Python statement?>>>print(format("Welcome", "10s"), end = '#')>>>print(format(111, "4d"), end = '#')>>>print(format(924.656, "3.2f"))