The link - https://www.youtube.com/watch?v=bJwhUdmA2tY&t=1s
My channel is a channel focused on teaching python and once I become a bit established I'm going to be branching out into different languages (this video is focused on python).
I'm looking for feedback on literally anything(even the smallest nitpicks).
I mainly want to know if my content seems to be a bit boring because that would drive AVD down
Variables are simply containers which can store values
Different types of variables-
Integer - A whole positve/negative number
String - Letters or numbers inside single or double quotes
Float - Decimal point numbers
Boolean - True/False
f string - Used to integrate variables into stringswith the name of the variable inside {}
#python #code