0
How do u create a next line in code playground
question
2 Answers
+ 1
Depends on the language. If you are using "web" and doing it in the HTML tab, use this:
<br />
In Python, as long as the "-u" flag or the equiv. environment variable is set before starting the script (which never does happen on SoloLearn), using the following, IN A STRING, will always work cross-platform:
\n
0
what of laptops