you can use the _______ key to indent a Statement in python
Answers
Answered by
0
Answer:
Most of the programming languages like C, C++, Java use braces { } to define a block of code. Python uses indentation to highlight the blocks of code. Whitespace is used for indentation in Python. All statements with the same distance to the right belong to the same block of code.
Hope it helps you.
Similar questions