PYTHON DICTIONARY
CommentsData typesVariablesIf ElseIf Elif ElseFunctionsFor loopWhile loopData structuresString slicingUser defined functionLocal/Global variableValidation and TryMethodsFile I/OPseudocodeModules |
What is a comment?
Python challenge - Adding commentsEnter the following code in a Python code editor then add a comment describing what the first line does. Press "F5" then "Enter" to run
After running your code, did the computer ignore your comment?
|