Computer Science
In Python, which of the following will create a block in a compound statement ?
- colon
- statements indented at a lower, same level
- indentation in any form
- { }
Python Control Flow
19 Likes
Answer
statements indented at a lower, same level
Answered By
4 Likes