Answer the question
In order to leave comments, you need to log in
Pep8 how to wrap a line in this variant?
Good afternoon, how to wrap lines correctly?
# мне кажется так читается лучше
cursor.execute("""CREATE TABLE IF NOT EXISTS Users
(ID INTEGER NOT NULL PRIMARY KEY, Text TEXT, Configuration Text) """)
# в коде часто вижу так
cursor.execute("""CREATE TABLE IF NOT EXISTS Users
(ID INTEGER NOT NULL PRIMARY KEY,
Text TEXT, Configuration Text) """)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question