+ 1
Anyone explain how to get output like this:
Anyone explain how to get output like: Hi dude how are u...?
2 Respostas
+ 1
you can use the tab scape character ("\t").
an example of this would be:
print("Hello \n\tWorld \n\t\tOf \n\t\t\tPython!")
the scape character "\n" means a new line so the text will look similar to what you want.
- 1
put as much as u want space after \n while coding....