Python Tutorial !! Learn || Escape Sequences

Veröffentlicht am: 27 Januar 2020
auf dem Kanal: Tech ideal coders
131
5

Escape Sequences:

1) \n = new line characters

2) \\ = \

3) \' ='

4) \" = "

5) \a = ascii bell character

6) \b = backspace

7) \f = ascii form feed character

8) \r = carriage return or move back coursor to last of its

9) \t = tab

10) \v = vertical tab

Practical Code

print("please subscribe \n our channel hardcoders")

#print("please subscribe \\ our channel hardcoders")

#print('please subscribe \' our channel hardcoders')

print("please subscribe \" our channel hardcoders") shortcut to comment is ctrl + ? =comment

#print("please subscribe \a our channel hardcoders") output : please subscribe our channel hardcoders

#print("please subscribe\bour channel hardcoders")

#print("please subscribe \f our channel hardcoders")

#print("please subscribe our \r channel hardcoders")

#print("please subscribe our channel\thardcoders")

print("please subscribe \v our channel hardcoders")

Thankyou


Auf dieser Seite können Sie das Online-Video Python Tutorial !! Learn || Escape Sequences mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Tech ideal coders 27 Januar 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 131 Mal angesehen und es wurde von 5 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!