Im not looking for something like
username = raw_input("Enter username:")
print("Username is: " + username)
But something so that the output is:
User:hi Output:hey there User:wow Output:what happened
I’ve tried various docs to forums but I have not found a solution hopefully I can find one here
responses = {"hello": "hi there"}
.