Day 02 Python - data types , Numbers , Operations , Type Conversions , f-Strings
https://repl.it/@appbrewery/ day-2-start LEC 18 - Intro of todays goals ================================================================== LEC 19 - Data Type 1 - Strings Any thing Written in " " (double Quotes) and ' ' (Single Quotes) ----------------------------------------------------------------------------------------------------------------------- 2 - Integers # Any Whole number in programming is known as INTEGERS ------------------------------------------------------------------------------------------------------------------------ 3 - Float 3.145 ------------------------------------------------------------------------------------------------------------------------- 4 - Boolean True False # First Letter should be capital -------------------------------------------------------------------------------------------------------------...