Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Solaranfel1366
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287313 | Initial revision | — | about 2 years ago |
Question | — |
how to use one list to find a similar list in another list python I want a way to make it so that I can use list B to find out if a copy of itself exists in list A. ``` listA = ['1', '1', '0', '1', '0', '1', 'down'] 2 ['0', '0', '1', '1', '1', '1', 'up'] 2 ['1', '0', '0', '1', '0', '1', 'up'] 1 ['0', '0', '0', '1', '1', '0', 'up'] 2 ['1', '1', '0', '0', '0'... (more) |
— | about 2 years ago |