Page 1 of 1

What will be the output of the following Python statement?(python 3.xx) >>>print(format("Welcome", "10s"), end = '#')>>>

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a)    Welcome# 111#924.66
b) Welcome#111#924.66
c) Welcome#111#.66
d) Welcome   # 111#924.66