python programming day-3 quick start comment and escape sequence
comment : comments are used for mark essential things in programming or while coding to inform yourself or giving some sort of information to your code partner
comments are single line and multiple lines
escape sequence : escape sequence is one type of method to use character which cannot be used in string easily
this are the mostly used example of escape sequence
from google and other source : To insert characters that are illegal in a string, use an escape character. An escape character is a backslash (\) followed by the character you want to insert.
\' Single Quote
\\ Backslash
\n New Line
\b Backspace
Other Videos By RAAKO
Other Statistics
Escape Sequence Statistics For RAAKO
RAAKO currently has 13 views spread across 1 video for Escape Sequence. His channel published less than an hour of Escape Sequence content, less than 0.09% of the total video content that RAAKO has uploaded to YouTube.