Python program get structured through what
Answers
Answered by
2
Answer:
Structured programming is a program written with only the three constructions sequence, decision (if.. elif statements), and repetition (while or for statements). Important: the body of a Python if, elif, while, or for statement is indicated by indenting four spaces. Python does not use end statements.
Answered by
3
Answer:
Explanation:
please folow me❤
Similar questions