Python Forum
I donr know how to search from 2d list to 2d list
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I donr know how to search from 2d list to 2d list
#1
It is a word search solver. I dont know the logic to search for every single character from a list of lists to a list of lists. Send help pls.
Note: the words to search are based from the input of the user and the board where the words must be searched are all from the user.
Reply
#2
What have you tried? We're not big on writing code for people here, but we would be happy to help you fix your code when you run into problems. When you do run into problems, please post your code in Python tags, and clearly explain the problem you are having, including the full text of any errors.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to reverse a list and store in another list in python SuperNinja3I3 6 3,287 Aug-14-2022, 06:36 PM
Last Post: DeaD_EyE
Question Python - List - Int List sophi 8 2,538 Apr-21-2022, 07:55 PM
Last Post: sophi
  Check if a list exists in given list of lists Daniel94 2 2,236 Apr-07-2020, 04:54 PM
Last Post: deanhystad
  list of strings to list of float undoredo 3 2,688 Feb-19-2020, 08:51 AM
Last Post: undoredo
  arrays sum list unsupported operand type(s) for +=: 'int' and 'list' DariusCG 7 4,159 Oct-20-2019, 06:24 PM
Last Post: Larz60+
  have homework to add a list to a list using append. celtickodiak 2 2,004 Oct-11-2019, 12:35 PM
Last Post: ibreeden
  Search character from 2d list to 2d list AHK2019 3 2,489 Sep-25-2019, 08:14 PM
Last Post: ichabod801
  sort a list alphabeticaly without changing the original list Holmen 5 4,200 Jan-27-2019, 01:49 PM
Last Post: Holmen
  making a dictionary from a list, one key with multiple values in a list within a list rhai 4 3,590 Oct-24-2018, 06:40 PM
Last Post: LeSchakal
  Help With Function to search a list johnissa 2 2,592 Apr-24-2018, 08:08 AM
Last Post: johnissa

Forum Jump:

User Panel Messages

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