count = 8
while count > 4:
print(count)
count -= 1
This will print the numbers 8, 7, 6, and 5, and then the loop will terminate because count will no longer be greater than 4.
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
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.
Mekai2020
Highly Voted 10 months, 3 weeks ago[Removed]
Most Recent 6 months, 2 weeks agoslacker_at_work
9 months agoOsama_anwar
9 months, 1 week ago