0
how i can space in python to make a headline
i want to make a long space for making my headline
2 Respostas
+ 2
print(' '*50)
print("\t\t\t")
https://code.sololearn.com/c08P639BEQ2T/?ref=app
+ 1
print("title".center(40,' '))
i want to make a long space for making my headline