nerdexam
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)
  • A
    4% (2)
  • B
    13% (7)
  • C
    74% (39)
  • D
    9% (5)

Community Discussion

No community discussion yet for this question.

Full JN0-222 Practice