What is s in python?

what is s in python?

Brong Asked on June 18, 2019 in Programming.
Add Comment
1 Answer(s)

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python’s simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms and can be freely distributed.

Default Answered on September 6, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.