Coding Exercise | Python Fundamentals – 2 | What is Multi-line Statement?
In python, you can enter multi-line statements using a continuation character ‘ ’ (backslash), which indicate that the statement is continues on the next line. This is useful when a statement is too long to fit on a single line.
#python #pythoncode #pythontricks #pythonprogramming #interviewtips
コメント