How do you add spaces in python?
I need help with spaces in python.
CodingCactus
what do you mean by 'spaces'? just use a normal space?
[deleted]
@srirammanikanda thanks for choosing my answer. :)
[deleted]
Yo, next time, be more clear with your question.
The community welcomes you :)
srirammanikanda
@Twitchmmanikan Ok. Sorry for the poor clarity of the question.
ChezTacoz
What do you mean by spaces? Like the spaces between words?
[deleted]
you mean to skip a line?
SabeeqZahid
somebody help me
how do i gave 3letter space in every line
Well, with that you can say
print("Hello World")
print()
print("Hi, World")
or you can just use \n to create a new line(skip a line).