Mar 29, 2018 #1 chourouk Mechanical Joined Sep 15, 2016 Messages 41 Location FR Hello I need to divide my python program into two parts, and I need to use lists from the first part in the second part. How can I do that? thank you in advance
Hello I need to divide my python program into two parts, and I need to use lists from the first part in the second part. How can I do that? thank you in advance
Mar 29, 2018 #2 Mustaine3 Mechanical Joined Feb 25, 2015 Messages 1,645 Location FR Write the data in a file and read it back with the next script. Upvote 0 Downvote
Mar 30, 2018 Thread starter #3 chourouk Mechanical Joined Sep 15, 2016 Messages 41 Location FR thank you! Upvote 0 Downvote