Relative Content

Tag Archive for pythonlistmodulelogic

List gets duplicated when entering a python module

Problem I have a program that uses a module I made, so the code would look a bit cleaner. The main program has a list that has 39 “tuple” items that get transferred into the python module. I printed the list in the module and it was duplicated. Example: In the main program: items = […]