how to return values from a while loop in a straight line code example
Example: infinite while python
#infinite While on Python
while True:
print('Hello World!')
#infinite While on Python
while True:
print('Hello World!')