not

How to Break One Line Into Multiple Lines in Python?

0:00
↔️ ↕️

Timecodes:

hey thanks does and welcome to this

coding tutorial so

in this recording tutorial i'm going to

address the topic how to break one line

into multiple

lines so if you have a long line like

this one how can you break it into

um into longer into multiple lines and

so the first method is also the

one that is recommended by the pep 8

standard which is to use the parenthesis

and brackets like even

each time you use a bracket and like say

an opening bracket

python expects that there will be the

closing brackets so it will look in the

same line but if it

if the closing bracket does not appear

in the same line it will look in the

next

line okay so this is like you need to


Related queries:


how to stop line break in python
how to avoid new line in python
how to stop new line in python print
how to break line in python
how to avoid line break in python
how to break new line in python