Go to https://www.datacamp.com/cheat-sheet here you will find cheat sheet for python which will be very much helpfull
# Python code for "Hello World" # nothing else to type...see how simple is the syntax. print("Hello World")