📋 Metadata
- Author: Pluglug
- Date: 2024-02-03 20:03:34
- Type:
answer - Reply to: post_05028
💬 Content
The standard double quotation marks in Python are straight quotes ", but you are using smart quotes (“). These are invalid as Python string literals.
# draw_menu(“ss_shading”, frame=True, dx=0, dy=-30) # SyntaxError
draw_menu("ss_shading", frame=True, dx=0, dy=-30)