Friday, October 1, 2021

Python advanced functions practice today (5% of Data Science path completed)

 Got these one on the first try:









Forgot the space at first on this one, but got it:




Dog years: I made this code way too complicated at first and then viewed the solution to see the simplified version.




Final, major project for this exercise:




Strings

A string consists of characters inside 'single quotes' or "double quotes". It can be any length and can contain letters, ...