Python Tutorial — Chapter 3
In this chapter, I am going to show you all how to create a python variable. Python variable does not have a fixed type which means you can actually change the variable type by first assigning it to a number but later changing it to a string, Python will not complain about this! If you…