filmov
tv
What is String in Python and How to use it

Показать описание
Welcome to day three of your 100 day journey, You saw in the last lesson that if we wanted to print things on individual line, then we need to have them writeen them a few times, right? We had to write print, on three lines if we wanted it to be printed one, two, three, like so. Now I want to show you a method where we can do the same thing, but by using a single print method. So saving ourselves a few characters. So the way that we would create a new line is by writing a backslash and the N character.