Python: Decision Structures
September 20, 2019
Decision structures are important programming structures in Python. Unlike most languages, Python only uses the IF-ELSE and IF-ELIF-ELSE structures. Although there are no switch-case structures, there are methods you can use to work around ti. In this video, you’ll learn the IF-ELSE decision structures in Python.