LANGUAGE_VERSION: float = 3.12
MAX_VALUE: int = 100
SCHOOL: str = 'University of Washington'
YES: bool = True
name: str = input('Enter your name:')
print(name)
print(last_name, first_Name)
Hello
input
print('hello','there')
print('hello'+'there')