python best way to while true code example Example 1: python while true loop while True: print("Hi") Example 2: while true python while True: doSomething()