191Name = input ("Please enter your name")
2print ("Hello" + Name)
3
4#Continue this conversation using variables and inputs. These comments are ignored by the program.
5
6#Ask the user what their favourite subject is at school, food, sport, movie, book, tvshow.
7
8#Your not conversation should have 5 questions with 5 variables. (Use the code above to help)
9
10
11
12
13
14
15
16
17
18
19