Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam GPYC topic 1 question 16 discussion

Actual exam question from GIAC's GPYC
Question #: 16
Topic #: 1
[All GPYC Questions]

How many lines will the following code print?

  • A. 0
  • B. 1
  • C. 99
  • D. 199
  • E. 2
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
a29dc2c
2 months, 2 weeks ago
non parenthesis so the code would crash after if x < 200:
upvoted 1 times
...
AZIrvTho
7 months ago
When running this code, line 5 is identified as a syntax error. Therefore, it returns 0 lines. I did not try this in Python 2.
upvoted 1 times
...
mrmrme
2 years, 2 months ago
Selected Answer: B
X starts at 0. Enters while loop, X = 1, first if statement executes, and 1 line is produced, then the break statement ends the loop
upvoted 2 times
...
kabwitte
2 years, 5 months ago
Try py 2
upvoted 1 times
...
block933
2 years, 7 months ago
line 5 needs paranthesis
upvoted 3 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 ...