# Program that allows a user to have a conversation with the computeroldAge = 30
print(‘Hello! My name is Steve and I want to ask you a few questions; is that alright?’) #asks permission from the user to ask questions
firstAnswer = input() # users permissionfirstAnswerb = ‘No’
if firstAnswer == firstAnswerb:
print(“No worries! We can try again another time!”) # user answered no
else:
print(“Sounds good! Let us begin with just a simple question shall we; what is your name?”)
name = input() # users name
print(“Hey ” + name + “! Nice to meet you! How old are you?”) #output
age = input() #user ageif int(age) < oldAge:print(“Wow! Only ” + age + “! That’s pretty young in my book!” )
print(“What state do you live in?”) # asks user for their state
state = input() # users state inputsteve
https://www.solvedcollegepapers.com/product/cmit-135-cmit135-cmit-135-wer
https://www.solvedcollegepapers.com/product/cmit-135-cmit135-cmit-135-cou