Home python

Category: python

Related categories

What is Anaconda ? What tasks does it allow you to solve, and why you can't do without it? Should a beginner install it...
he also says that the iterator should not be int. "TypeError: 'int' object is not iterable" It outputs 2 3 4 And it should display 4,3,2...
I have: import numpy as np a = np.array (, ) and now how can I transpose this matrix to get a = , , ] ?...
Actually, how to write the result of the function to a txt file? f = open ('***. txt', 'w') f.write ('??????') f.close () Answer 1, authority 100%...

Recent posts