python program to engage a user in conversation.requirements are
a. firts question should ask the user for name .this name should then be used with the following questions
b.Ask 4 more questions
c. Each question should have 3 possible answers.That us option A,B or C(only)
d. Have a different comment for each user response
i have a example something like this
PC: hi there.whats your name?
user: some name
PC: nice to meet you (name).Do you like python?(A= its great,B=its ok,C=its rotten)
user:A
PC: That good(name).I like it too.Do you play games?(A=outdoorgames,B= only indoor, c= noway)
user: B
please help me with this its a small project for me