Which command is used to create a Python shell?

16. Which command is used to create a Python shell?

  1. run shell
  2. py manage.py shell
  3. run py manage.py shell
  4. 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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.