Hello everyone, I have had experience with Python in the past. I’m re-learning how to use this language with new tools such as Jupyter Notebook, Anaconda and advanced techniques.
Notes Section
Lesson 2 - Intro to Python Programming July 15, 2022
Number 7 is an example of a whole number
number 2.5 is an example of a floating-point number
x = 7 is an assignment statement
When you define an identifier, it may consist of letter, digits and underscore characters but never a digit.