is there a colon (:) with the else statement in python . true or false
Answers
Answered by
7
Answered by
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