Posts by Hendrik • 23 points
2 posts
-
-2
votes2
answers490
viewsQ: How to use the contents of the index in Python?
I have a list "list()" with N indexes. I would like to know how I use the content of the index and save it in a variable. For example: In index [1] is the word "dog" How do I save the content of the…
-
1
votes1
answer548
viewsQ: How to access folders and copy files in Python?
Hi, I’m new to Python. I have a folder "MAIN". Inside this folder there are several other folders. In these folders I have the file "IQ.jpg". I wonder how I do to access all the folders inside the…