Basically, variables are memory areas to hold values in them. The most used common variable types in python are: String, integer, floating point number and list which are represented by str, int, float and list in order. I call them basics because: strings and numbers are everywhere; a list is…