Computer Science, asked by akshita745, 3 months ago

is there a colon (:) with the else statement in python . true or false​

Answers

Answered by Oreki
7

\textsf{Is there a colon (:) with the else statement in Python - \textbf{True}}

Answered by BrainlyProgrammer
3

Answer:

Is there a colon (:) with the else statement in python - True

Syntax of if-else in python.

if (condition):

‎⠀statement 1

‎⠀statement 2

eleif (condition):

‎⠀statement 1

‎⠀statement 2

else:

‎⠀ statement 1

Similar questions