while true python 3 code example Example 1: python while true loop Click to copywhile True: print("Hi") Example 2: while true python Click to copywhile True: doSomething()