Home > Back-end >  Expected comma jason(514) in settings
Expected comma jason(514) in settings

Time:02-15

I am starting to learn coding and have just installed visual studio and python. I don't understand where this error is coming from. I have gone through the forum, and the same error seems to occur in specific situations. I, however, just wrote only the "hello world" from the exercise and nothing else. Can you please look at this problem and suggest a solution?visual studio screenshot

CodePudding user response:

You're missing a comma at the end of line 7.

I recommend pasting the code here as text. Then it's searchable - images are not.

CodePudding user response:

you must put a comma at the end of the line 7

  • Related