Exercise 1
Input
name = input ("What is your name")
Hobby = input (" What are your hobbies")
Goals_and_ambitions = input ("What are your goals and ambitions")
Achievement = input ("What do you hope to achieve?")
Print = ("----------------------------------------------")
Print = ("Name:", name)
Print = ("Hobby:", Hobby)
Print = ("Goals and ambitions:", Goals_and_ambitions)
Print = ("Achievement:", Achievement)