What is used to define a block of code (body of loop) in Python?
Answers
Answered by
2
an Indent in python is used to define a block of code. An indent is placed after an if/else/for/while/elif statements to make a block. It is ideal to use 4 spaces as indent for any python program.
Answered by
6
Answer:
(c) Indentation
Explanation:
Pls mark me as brainlist
Similar questions