is it ok to use while true in python code example
Example 1: python while true loop
while True:
print("Hi")
Example 2: while true python
while True:
doSomething()
while True:
print("Hi")
while True:
doSomething()