0

help me

i cant do this help me

26th May 2018, 2:56 PM
efaz's Android learner
efaz's Android learner - avatar
5 Answers
+ 3
Please explain your questn
26th May 2018, 6:10 PM
Mitali
Mitali - avatar
+ 2
What is your problem.
26th May 2018, 4:13 PM
Maninder $ingh
Maninder $ingh - avatar
0
You can't use strings? You are giving up studying python? I don't know, where you need help.
26th May 2018, 4:27 PM
Seb TheS
Seb TheS - avatar
0
what is phython backslash......??????
26th May 2018, 6:12 PM
efaz's Android learner
efaz's Android learner - avatar
0
Backslash: You have to use backslash in strings only if you want to use quotes, double quotes or other backslashes in strings. For example: To use \ use \\ To use " use \" To use ' use \' Newlines: Also you want to create a newline in a string, you have to use \n. Docstring: You can create a docstring with 3× amount of single or double quotes, when you use docstrings, you don't have to use \n to make new lines, just use enter, also you don't have to escape most of the double quotes, single quotes or backslashes in a docstrings. Exceptions: You don't have to escape single quotes in double quote strings or double quotes in single quote string. About useless knowledge about exceptions of docstrings: On docstrings you have only to use backslashes, when there is / or the quote docstring used right next to docstring's second triple quotes.
26th May 2018, 6:59 PM
Seb TheS
Seb TheS - avatar