Juniper
JN0-223 · 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. See the full explanation below for the reasoning.
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
(44 responses)- A14% (6)
- B5% (2)
- C80% (35)
- D2% (1)
Community Discussion
No community discussion yet for this question.