Computer Science, asked by superstars9127, 9 months ago

While using Python IDLE, by how many spaces are the code suites indented?

Answers

Answered by ramanahanumanthu2015
0

Answer:

I don't know

Explanation:

ask another question

you can ask your sir

Answered by smartbrainz
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