Name Validator

Ask the user to input their name with possible spaces before/after. Strip the spaces and print the cleaned name.
Example:
Input: ” Alice ”
Output: Hello, Alice!

Scroll to Top