Juniper
JN0-222 · Question #41
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
(53 responses)- A4% (2)
- B13% (7)
- C74% (39)
- D9% (5)
Community Discussion
No community discussion yet for this question.