Python Forum
Need help with checkio problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with checkio problem
#3
You need to provide a sample of the input text you need to analyze and at least show some effort on your part at coming up with a solution. HINT: Python has a built-in function called split() that will break strings apart when there's a space between words and return a list. There is also a function called isnumeric() which I'm sure will be useful to you.
Multicast likes this post
"So, brave knights, if you do doubt your courage or your strength, come no further, for death awaits you all with nasty, big, pointy teeth!" - Tim the Enchanter
Reply


Messages In This Thread
Need help with checkio problem - by saratha - Jul-21-2020, 10:57 AM
RE: Need help with checkio problem - by buran - Jul-21-2020, 10:59 AM
RE: Need help with checkio problem - by Marbelous - Jul-22-2020, 03:59 PM
RE: Need help with checkio problem - by Multicast - Mar-02-2021, 09:28 PM
RE: Need help with checkio problem - by deanhystad - Jul-22-2020, 06:03 PM
RE: Need help with checkio problem - by saratha - Nov-04-2020, 04:25 PM
RE: Need help with checkio problem - by deanhystad - Nov-04-2020, 04:52 PM

Forum Jump:

User Panel Messages

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