Python Forum
programming challenge: double words
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
programming challenge: double words
#1
given a list of words, some words are double words, such as "cheesecloth".  your program is to output all double words it encounters which are made of two words in that same list.  the output double words are to be output in the same order as they are in the list, which may not be in sorted order.  so cheesecloth is a double word only if that list contains cheese and cloth.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
programming challenge: double words - by Skaperen - Dec-10-2016, 05:57 AM
RE: programming challenge: double words - by Yoriz - Dec-10-2016, 12:58 PM
RE: programming challenge: double words - by Ofnuts - Dec-12-2016, 12:49 AM
RE: programming challenge: double words - by Ofnuts - Dec-14-2016, 07:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Where is a "Challenge" forum? wavic 2 3,670 Nov-08-2016, 11:45 AM
Last Post: Kebap

Forum Jump:

User Panel Messages

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