0
Which of the expressions is not valid in python?
True While False: break x = â129 * 5â + â3x-seventeenâ when 3 > 1: print (âfooâ)
1 Answer
0
there is no 'when' keyword in python
https://docs.python.org/3.7/reference/lexical_analysis.html#keywords
https://docs.python.org/3/genindex-all.html#W
you can use if instead