Report the ad
Why python is a dynamically typed language? - Delhi
Thursday, 27 January, 2022Item details
City:
Delhi
Offer type:
Offer
Item description
Why python is a dynamically typed language? : People use the term strongly-typed language, referring to a language that is both statically typed. It’s worth noting that the types are associated with a variable declaration. The compiler can tell what type a variable refers to, through type inference, without executing the program. Also, it is strongly-typed. When it comes to dynamic typing and strong-typing as orthogonal concepts, it can be said that Python can be both dynamically and strongly typed.