Computer Science, asked by abdullah123khawaja, 11 months ago

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

A)Curly Braces
B)Parenthesis
C)Indentation
D)Quotation

Answers

Answered by Lumanzayed125
1

Answer:3rd one

Explanation:

Answered by harshraut2004
6

Answer:

Curly braces

Explanation:

Most of the programming languages like C, C++, and Java use curly braces { } to define a block of code. Python, however, usesindentation. A code block (body of a function, loop, etc.) starts withindentation and ends with the first unindented line.

Hope u like it

Plz...mark it as BRAINLIEST

Thank you

Similar questions