In this lab, we will develop functions in Python that can compute all the math that we learned from lesson 3 up to lesson 6. We will use these functions when studying the next parts of the course.
# myName = "Gamal" ; country = "Egypt" ; age = "20" ...