[ad_1]
What you need here is to print space 70 times minus the length of your string, then your string.
print (' '*(70-len(s))+s)
4
[ad_2]
solved A python’s beginner exercise [closed]
[ad_1]
What you need here is to print space 70 times minus the length of your string, then your string.
print (' '*(70-len(s))+s)
4
[ad_2]
solved A python’s beginner exercise [closed]