I get a invalid syntax message at the beginning of input myName. I don't know why, maybe it's a settings issue, but it highlights the first letter of myName as invalid.
Does anyone know why this is happening?
# This program says hello and asks for my name
print('Hello World')
print('What is your name?' # ask for their name
myName = input()
print('It is good to meet you,' + myName)
print('The length of your name is:')
print(len(myName))
print('What is your age?') # ask for their age
myAge = input()
print('You will be ' + str(int(pyAge) + 1) + ' in a year.')
)literally on the second line. Usually a Syntax error will actually happen one line before where the message says