Which of the following are true regarding multiple statements per line in Python:
Placing multiple statements on a single line is discouraged by PEP 8.
Multiple statements on the same line are separated by the & character.
Specifying more than one statement on a line is typically not considered Pythonic, but may be acceptable if it enhances readability.
Only variable assignment statements may occur multiply on a single line.
Answers
Answered by
14
Answer:
yeyevrvt 6vsbrbbehjqhwhebrbb4brvr
Answered by
1
Answer:
Explanation:Only variable assignment statements may occur multiply on a single line.
Similar questions