(Oct-07-2019, 01:45 PM)perfringo Wrote: What do you want to accomplish?
This code will endlessly print APPLE:
i = 'APPLE' while True: if i == 'APPLE' print(i) # Ctrl + C to cancelPython has built-in help, typehelp('while')
into your interactive interpreter and you will have official documentation at your disposal (press Q to quit help).
if system output send me "APPLE" i will get APPLE else system will reply "error data"