Python Data Types Presentation


This is the presentation associated with the Python data types video.

Download Presentation

Python Data Types Video Question

This is the question that was asked in the python data types video

Question : Once a string value is assigned to a variable, can we assign it integer value?

Yes, in python, we can easily do this.