Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
Python is a general purpose, interpreted and dynamically typed language.
With python we can:
build desktop software's.
build web apps.
and many more...
Statically typed language:
Statically typed languages perform type checking at compile time
int x=10
Dynamically typed language:
Dynamically-typed languages perform type checking at run time.
e.g x=10