Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Match and extract if found
#21
Thanks! Good advice!

You mean to say, I won't get the Bitcoins??

You can make a set from <class '_io.TextIOWrapper'>??

I didn't expect that!
Reply
#22
(Sep-16-2022, 06:05 AM)Pedroski55 Wrote: You can make a set from <class '_io.TextIOWrapper'>??
You can make a set from any iterable which elements are hashable. If you can write for spam in ham: and all the spams are hashable, then you can write set(ham).
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using locationtagger to extract locations found in a specific country/region lord_of_cinder 1 1,289 Oct-04-2022, 12:46 AM
Last Post: Larz60+
  If match not found print last line tester_V 2 2,903 Apr-26-2021, 05:18 AM
Last Post: tester_V
  How can I found how many numbers are there in a Collatz Sequence that I found? cananb 2 2,559 Nov-23-2020, 05:15 PM
Last Post: cananb

Forum Jump:

User Panel Messages

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