Python error: typeerror: not supported between instances of ‘STR’ and ‘Int’

Python: TypeError: ‘<<; 'not supported between instances of' STR 'and' int '
For example:
error:
me = input(‘ I’m Hi, what’s your name, please?\n ‘)
age = input(‘ I’m 8 years old, what about you?\ n ‘)
if (the age & lt; 30):
print(f” {age}”
print “How young you are, as young as a flower!”
age = input(‘ I’m 8 years old, what about you?\n ‘)
age = int(age)
(age < 30):
print(f” {age}”
print “How young you are, as young as a flower!” )

Read More: