Back to Developer Roadmap

Conditionals

src/data/roadmaps/python/content/[email protected]

4.0718 B
Original Source

Conditionals

Conditional Statements in Python perform different actions depending on whether a specific condition evaluates to true or false. Conditional Statements are handled by if-elif-else statements and MATCH-CASE statements in Python.

Visit the following resources to learn more: