can someone help I'm trying to make my AI assistant respond to me. I have tried multiple times. here's what I have:
def interact():
while true:
res = obj.user_input
return({responses})
(input("Hello there. I'm Sofia, here to help!"))
please finish. I'm using online python.