What do you understand by cross platform software with respect to python
Answers
Answered by
28
Answer:
Cross-Platform software is a software which can run on many devices such as a game which can run on Android as well as windows.
Answered by
19
Cross Platform means, it is supported by multiple platforms. Example: A particular software which is capable of running in Windows, Android, iOS, UNIX, LINUX etc are called Cross platform support. If need an application developed in Macintosh to be run on Windows then the relevant Python interpreter is required. This platform independence makes easier both for development as well the client to be comfortable with their own working environment. Python software comes along with the pre-installed interpreter to match this cross-platform support.
Similar questions