exam questions

Exam PCEP-30-02 All Questions

View all questions & answers for the PCEP-30-02 exam

Exam PCEP-30-02 topic 3 question 22 discussion

Actual exam question from Python Institute's PCEP-30-02
Question #: 22
Topic #: 3
[All PCEP-30-02 Questions]

You execute the following command in the terminal.
python index.py Hello
You want the command to print out Hello.
What has to be inside of index.py?

  • A.
  • B.
  • C.
  • D.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Knight82
4 days, 19 hours ago
Selected Answer: A
The answer is A because all other arguments don't exist. First, you have to import Python system. This allows your system to interact with Python. So second argv stands for argument vector. Within the argument vector, there are two lists: 1st is argv[0], which is the name of your file. Second argv[1] is the argument "Hello".
upvoted 1 times
...
akumo
1 month, 1 week ago
Selected Answer: A
from sys import argv print(argv[1])
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago