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 9 months, 1 week ago[Removed]
Most Recent 5 months agoslacker_at_work
7 months, 2 weeks agoOsama_anwar
7 months, 3 weeks ago