Dynamic Typing

a = 3
a = "Hello"

-------------

a = (str)"Hello"

Appendix

https://stackoverflow.com/questions/11328920/is-python-strongly-typ