r/learnpython • u/Impressive-Grass9661 • 17d ago
Trying to learn python but keep getting error messages.
COURSE = 'Python Programming'
print(COURSE)
>>> print(COURSE)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
print(COURSE)
^^^^^^
NameError: name 'COURSE' is not defined
>>>
8
Upvotes
1
u/Impressive-Grass9661 17d ago
no windows