Variables in Python.
Variables
Variables are temporary Storage spaces. In Python we can always reassign a variable.
Python uses dynamic typing that means it can reassign variable name to different data types.
Variable assignment in Python:
note : Following code is executed in Jupiter notebook.
Comments
Post a Comment