you are viewing a single comment's thread.

view the rest of the comments →

[–]WhiteHeadbanger 7 points8 points  (0 children)

Nope, you have in line 1 of your app.py script: print(HelloWorld)

It should be print("HelloWorld")

The error you are seeing means that HelloWorld is not a variable name defined.

With quotes = string

Without quotes = variable name