Sunday, February 12, 2023

Python 000 - Intro

I have started learning Python.

Resource:
http://introtopython.org/

Basic Definitions
String
- Line of characters treated as text

Integer - Whole number

Float - Number that contains a decimal point

print() - A way to the display the contents of what is in the parentheses

Variables - An object you can designate to represent something else

List - An array of data

Looping - Repeating code in a designated way