Posts by ronalds • 11 points
2 posts
-
0
votes0
answers18
viewsQ: Lists and file in Python
Hello I am making a system for inventory control but criterion was asked by my teacher to store the stock data in a list and store it in a file and I have no idea how to do that.
-
-1
votes1
answer51
viewsQ: Doubt in a Python Exercise
I’m having doubts about an exercise. The program must read two integers called Min and Max. Min can be any value and Max must be greater than min. In then fill in a list with all values divisible by…