For this particular post, I will be exploring String data types. At a high level, will go into how string is entered and created in python. I am using VSCode as my IDE. I’ll be commenting what each particular code will do to make it for easier reference.
All my code executions is run within a virtual environment and the terminal will provide the details of the output upon running the python program as shown below.
Learning Points:
a. Commenting in python
b. Using the print function
c. VSCode as IDE

#######################END#######################################
Leave a comment