Home »
Python »
Django MCQs
Which command is used to create a Python shell?
16. Which command is used to create a Python shell?
- run shell
- py manage.py shell
- run py manage.py shell
- py manage.py djangoshell
Answer: B) py manage.py shell
Explanation:
To open a Python shell, run the below-given command:
py manage.py shell