In the last lesson, we saw how to use comparison methods and logical operators in Python. In this lesson, we'll see more examples of how to use those tools to perform control flow using conditional ...
# check_number function takes one input called num on line 10. # Inside this function, you need to write conditional statements (if-else checks) on line 12 onwards. # Task: Inside the function, write ...