The numbers that we use every day is called decimal number. A decimal number could have any of the 10 digits (0, 1, 2, 3, 4,5 6, 7, 8, 9). Hence, 232, 789, 176, 511 ...
# Reasoning for list instead of integer: to avoid integer overflow error. whole= [] # The part before decimal point fractional = ['.'] # The part after decimal point ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...