Python Forum
Still do not get how Python iterates over a file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Still do not get how Python iterates over a file
#6
In this problem, 'Matched' and 'Not Matched' have a different status: you want to print 'Matched' if AT LEAST ONE of the elements of list_2 corresponds to el, and you want to print 'Not Matched' if NONE OF THE elements of list_2 corresponds to el. We don't see this dissymetry in the code.
Reply


Messages In This Thread
RE: Still do not get how Python iterates over a file - by Gribouillis - Aug-21-2021, 06:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Do not get how Python iterates over a file tester_V 12 1,991 Jan-29-2023, 01:49 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020