- www.mycodingclasses.com
Numbers with decimals like 3.14.
- www.mycodingclasses.com
mylist[1:3] gets a range of items.
- www.mycodingclasses.com
Used for decisions and logical comparisons.
- www.mycodingclasses.com
Returns number of elements in a list or string.
- www.mycodingclasses.com
type(x) tells what kind of data a variable holds.
- www.mycodingclasses.com
Adds a new element at the end of a list.
- www.mycodingclasses.com
input("Enter name: ") allows users to type text.
- www.mycodingclasses.com
Includes + – * / for math and == > < for logic.
- www.mycodingclasses.com
Add, subtract, multiply, and divide numbers.
