This is my Welcome exercise.
This is my Gross Pay exercise.
This is my Temperature Convert exercise.
Reflection: I think the key point in these exercises is paying attention to the differences of variable types and how they influence the success of running the code, such as when I tried to print out both numbers(type:float) and words(type:string), I needed to convert numbers to type string first.