When I tried to get input from user, it saves input without ! mark.
I tried to get user inputs with this rule
u: (_*) Input is ‘_0
When user write hello!
It just printed out hello without exclamation mark..
How can I solve this problem
plz help me !!