Kahibaro
Discord Login Register

Chapter 6: Conditions

In real life, you constantly make decisions:

Programming is similar. Conditions let your program make choices and follow different paths based on data or user input.

In Python, decisions are made using:

This chapter is all about teaching your code to “think” in simple ways.

Views: 20

Comments

Please login to add a comment.

Don't have an account? Register now!