Why python is called portable?



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

Post New Answer

More Python Interview Questions

Which python function will you use to convert a number to a string?

1 Answers  


What is pip command in python?

1 Answers  


How can you declare multiple assignments in one statement?

1 Answers  


What is the usage of dir() and dir() function in python?

1 Answers  


Explain the use of // operator in python?

1 Answers  


What is flask (__ name __)?

1 Answers  


Why is python faster than r?

1 Answers  


What is the language from which Python has got its features or derived its features?

1 Answers  


Why does comparing strings in python using either ‘==’ or ‘is’ sometimes produce a different result?

1 Answers  


What is the difference between a tuple and a list?

1 Answers  


What is the cost of python certification?

1 Answers  


How can you randomize the items of a list in place in python?

1 Answers  


Categories