Python 101 tips The minimum to know if you are going to begin using Python Some basics Hello world print("Hello world!") >>> Hello world! Previous Next