50602/what-are-raw-string-literals
A raw string literal opens with a sequence of one or more backticks. The raw string literal closes when a backtick sequence is encountered of equal length.
name = 'hello\nwaseem'
print(name)
the output will be:
hello
waseem
I have a string in Python. I ...READ MORE
AND - True if both the operands ...READ MORE
To summarize the contents of other (already ...READ MORE
There are 4 types of dictionary Empty Integer Mixed Dictionary with ...READ MORE
suppose you have a string with a ...READ MORE
You can simply the built-in function in ...READ MORE
Try the strip() function: s = s.strip() If you ...READ MORE
Yes there is a function in python ...READ MORE
nested if statements are statements with more ...READ MORE
There are certain rules that we have ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.