We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d685ba commit 8967a8bCopy full SHA for 8967a8b
1 file changed
python_introduction/README.md
@@ -89,7 +89,8 @@ OK, enough of strings. So far you've learned about:
89
90
- __the prompt__ - typing commands (code) into the Python prompt results in answers in Python
91
- __numbers and strings__ - in Python numbers are used for math and strings for text objects
92
-- __functions__ - are actions in Python. You've used both English-language functions (upper(), len()) and symbolic ones (+, *).
+- __operators__ - like + and *, combine values to produce a new one
93
+- __functions__ - like upper() and len(), perform actions on objects.
94
95
These are the basics of every programming language you learn. Ready for something harder? We bet you are!
96
0 commit comments