Robotics & Artificial Intelligence

In a Python code, you can start a new statement from anywhere.

Getting Started

1 Like

Answer

False

Reason — In Python, indentation is used to define blocks of code, and statements with the same indentation belong to the same block. Starting a statement from anywhere may result in a syntax or logical error.

Answered By

3 Likes


Related Questions