While using Python IDLE, by how many spaces are the code suites indented?
Answers
Answered by
0
Answer:
I don't know
Explanation:
ask another question
you can ask your sir
Answered by
5
While using "Python IDLE" 4 spaces are the code suites indented.
Explanation:
According to PEP 8, which is the official "Python style guidelines", the user should indent with 4 spaces.
One space per level, one tab per level, 13 spaces per level, but rather than just leave this something for every project to arbitrarily choose, PEP 8 says: "Use 4 spaces per indentation level". Let us allow IDLE indent the entire suite in one go, instead to perform this action on each individual line.
Similar questions
English,
6 months ago
Science,
6 months ago
Computer Science,
6 months ago
Geography,
11 months ago
Science,
11 months ago