Computer Science, asked by ramenaka2008, 10 months ago

What plays a vital role in Python programming?

A) Statements B) Control

C) Structure D) Indentation​

Answers

Answered by anonymouslyexisting1
6

Answer:D) Indentation

Explanation: Indentation is vital in Python programs as even a single mistake in it will result in indentation error and will give no output even if the logic of code is correct.

Answered by inbaakila
0

Answer:

option d is the correct answer

Similar questions