Complete-Python-3-Bootcamp icon indicating copy to clipboard operation
Complete-Python-3-Bootcamp copied to clipboard

Where is the syntax error?

Open asdg102 opened this issue 3 years ago • 0 comments

x for x in range(1,51) if x%3==0

Input In [31] x for x in range(1,51) if x%3==0 ^ SyntaxError: invalid syntax

asdg102 avatar Aug 31 '22 15:08 asdg102