Juniper
JN0-224 · Question #97
You are a programmer currently developing code on a Linux device. You want to start the Python interactive interpreter (shell) from the command prompt. Which command must be used to accomplish this…
The correct answer is C. bash$ ./_init_.py. You've hit your limit · resets 4am (America/New_York)
Python
Question
You are a programmer currently developing code on a Linux device. You want to start the Python interactive interpreter (shell) from the command prompt. Which command must be used to accomplish this task?
Options
- Abash$ python
- Bbash$ pip
- Cbash$ ./init.py
- Dbash$ sh
How the community answered
(42 responses)- A2% (1)
- B7% (3)
- C88% (37)
- D2% (1)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#Python interpreter#interactive shell#command line#Linux
Community Discussion
No community discussion yet for this question.