nerdexam
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)
  • A
    14% (6)
  • B
    5% (2)
  • C
    80% (35)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full JN0-223 Practice