For which of the following OS is Python NOT available by default?
- Android
- Linux
- Windows
- macOS
Python is available by default on Windows, macOS, and Linux. However, it is not available by default on Android operating systems.
Loading...
Related Quiz
- How would you handle large DataFrames that do not fit into memory using Pandas?
- How can you use the unittest framework to confirm that a specific exception is raised by a piece of code?
- How would you optimize the performance of a deep learning model in TensorFlow or PyTorch during the inference stage?
- Which of the following is NOT a feature of Python?
- You have to develop a Django app that should be able to handle multiple databases. How would you configure the app to work with multiple databases?