Posts

L = 1 string, escape function , comment

Image
 string = collection of character inside "double"or 'single' quotes                          *MORE THINGS TO KNOW* 1. you can use 'single quotes' inside "double quotes" or opposite thing . comment = this help of find why the code writ any whare denoted by # in python              ESCAPE CHARACTERS AS NORMAL TEXT this example help to help understand it   1.\\\\ = \\ 2.\' = ' 3.\\ =\ 4.\\\ =\'                    ESCAPE SEQUENCES Escape sequence                         meaning \'                   ...
Image
hello serious boy lets learn python programming language 1print("hello serious boy") #this is your first code on python see this in vs code editor