As a dynamically written language, Python is simply flexible. Dynamic typewriting implies that runtime items (values) have a type, as adversarial static typewriting anywhere variables have a type. Python Variables haven't any kind. Solely the item that a variable references carries a type. Variables are simply names inform to matters. Var = five makes the variable call var to talk over with the number 5. Later, var = "good day" makes the variable call var to speak over with a string containing "howdy". Static written languages could have you ever claim int var so var = 5, but venture var = "hi there" would are compile time blunders. This indicates there aren't any onerous regulations on the way to construct alternatives, and you could have extra flexibility finding issues exploitation completely distinctive strategies.