I started the Python guides
(https://www.techbeamers.com/python-keywords-identifiers-variables/#keywords-in-python)
and under the title "Testing If An Identifier Is Valid.", it doesn't work for me for some reason.
PFB the snapshot of what I am trying:
keyword.iskeyword() screenshot
The error I am getting: Basically, I do not get any return, not True or False.
When I put those lines for example:
import keyword
keyword.iskeyword("techbeamers")
I receive
"Process finished with exit code 0"
What am I supposed to do to make it work?
P.S I am new to this forum and coding in general, if I made mistake in the post/ haven't added enough information please let me know.
Thank you!