If you got the output as shown above, congratulations! - you have successfully run your first Python program.
In case you got an error, please type the above program exactly as shown and above and run the program again. Note that Python is case-sensitive i.e.print is not the same asPrint - note the lowercasep in the former and the uppercaseP in the latter. Also, ensure there are no spaces or tabs before the first character in each line - we will see why this is important later.