Complete-Python-3-Bootcamp
Complete-Python-3-Bootcamp copied to clipboard
Where is the syntax error?
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