Learn Python Get Started Hello World example: print("Hello world") if example: if a>b: print("a > b") else: print("a < b") while example