python -c "import os; while True: print('hello')" File "<string>", line 1 import os; while True: print('hello') ^ SyntaxError: invalid syntax -- http://mail.python.org/mailman/listinfo/python-list
- How to use "while" within the command in -c op... Herman
- Re: How to use "while" within the command... Etienne Robillard
- Re: How to use "while" within the command... Dave Angel
- Re: How to use "while" within the command... Steven D'Aprano
- Re: How to use "while" within the com... Thomas Bach
- Re: How to use "while" within the... Chris Angelico
- Re: How to use "while" within... Joshua Landau
- Re: How to use "while" w... Chris Angelico
- Re: How to use "while&quo... Joshua Landau