Create the first bot it should ask user two random questions


Problem

Python Programming: Build two conversational bots. The first bot will ask the user two questions and include the user's answer in each of its follow-up responses. The second bot will ask a question that requires a numerical answer. Different responses will be given to a different number of scales.

1. Create the first bot, it should ask the user two random questions. Ex. Their age and their name,

2. Have the bot respond to each question, using their answer in the response. Ex. "Wow! Your AGE?!" where AGE is the age the user entered.

3. Create the second bot, this one should ask the user a question to answer on a scale of 1-10. Ex. How much do you like Mondays, on a scale from 1-10?.

4. Respond based on how high in the scale they answered, Ex. 1-5 "Wow, you must hate Mondays!"; 6-10 "Wow you must love Mondays!".

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Create the first bot it should ask user two random questions
Reference No:- TGS03220009

Expected delivery within 24 Hours