Why python is called portable?
Answer / Jitendra Singh Gautam
Python is considered portable because it can run on various platforms without the need for recompilation. This means you can write Python code once and run it on multiple operating systems, such as Windows, Linux, and macOS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which python function will you use to convert a number to a string?
What is pip command in python?
How can you declare multiple assignments in one statement?
What is the usage of dir() and dir() function in python?
Explain the use of // operator in python?
What is flask (__ name __)?
Why is python faster than r?
What is the language from which Python has got its features or derived its features?
Why does comparing strings in python using either ‘==’ or ‘is’ sometimes produce a different result?
What is the difference between a tuple and a list?
What is the cost of python certification?
How can you randomize the items of a list in place in python?