Obviously, I've just started trying to make some random programs, and do not know much. A program I have tried to write is the following:
print('Please print your name')
myName = input()
if myName == 'No'
print('Fine, be that way')
There is an error in the third line, and am not really sure why. How would I correct this?