+ 1

I actually wasnt able to understand this part. Can anybody explain it to me more easily?

12th Oct 2016, 4:49 PM
Johnny
Johnny - avatar
4 odpowiedzi
+ 3
It means you need to use this \ slash for some special characters. Like to put the apostrophe in the code it used this \ to print. similarly to print next line you have to use \n as we use "enter"key eg: print("Sorry Johnny\n This explanation may help you.")
12th Oct 2016, 5:39 PM
Priyanka Sahu
Priyanka Sahu - avatar
+ 2
It says that whether you put single quote ' or double " quote for printing the string. it does not affect the output of the string. print('pink') will give same output as print("pink")
12th Oct 2016, 5:07 PM
Priyanka Sahu
Priyanka Sahu - avatar
0
I was actually talking about the third lesson. The one about new lines.
12th Oct 2016, 5:17 PM
Johnny
Johnny - avatar
0
Yeah!! I got it. Thank you
13th Oct 2016, 7:38 AM
Johnny
Johnny - avatar