i'm initiating to python code and I need help : How can I do a condition , if on the terminal , there is written like " {name} has said HEY " ? Like if someone say HEY ( if it came out of the terminal ) , how I can transform it to a condition ? Like " if HEY == on terminal "
print("Someone has said say !!!")
( I want to do this but with true python , Idk how to do It)