Computer Science, asked by nivasreddy3128, 8 months ago

What is used to define a block of code (body of loop) in Python?

Answers

Answered by xMaNaSx
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 avnimhatre72
6

Answer:

(c) Indentation

Explanation:

Pls mark me as brainlist

Similar questions