How is a line, or a group of lines related to the rest of the program?
Answers
Answered by
0
Answer:
To indicate a block of code in Python, you must indent each line of the block by the same amount. The two blocks of code in our example if-statement are both indented four spaces, which is a typical amount of indentation for Python
Similar questions