chettooo

chettooo

#Python Novice Dev.
while True:
str(input('Hello there!: '))
a = input('i am chettooo. What is your name?: ')
print('Nice to meet you ’ + str(a) + ‘. See you later!..’)
break