Create a program that reads a input question (full question) from the user and then matches it with already saved answers in the program (through find or any other function to check matching words ) and returns that appropriate answer if there is a match. For questions whose answers are not avaliable use random module and display statements like "sorry i am not intelligent enough" "plz ask any other question" **coding language python ***(hint u can create a list for answers and can also convert the input question from user in to a list and then match them) **(hint) take the question as input from the user and then give answer for that question. You can make use of find function to see any matching words for which you are providing answers or can use any other similar method *** ***try using basic programming techniques
Create a program that reads a input question (full question) from the user and then matches it with already saved answers in the program (through find or any other function to check matching words ) and returns that appropriate answer if there is a match. For questions whose answers are not avaliable use random module and display statements like "sorry i am not intelligent enough" "plz ask any other question"
**coding language python
***(hint u can create a list for answers and can also convert the input question from user in to a list and then match them)
**(hint) take the question as input from the user and then give answer for that question. You can make use of find function to see any matching words for which you are providing answers or can use any other similar method
*** ***try using basic
* * * copy paste the program itself and also the screenshot of program and output
* * * use any type of data for questions such as name details of cities species etc depends on the choice of programmer
Step by step
Solved in 2 steps