huang-GD
Results
2
issues of
huang-GD
how can I modify my code to make it work,Here's the code: import matplotlib.pyplot as plt import numpy as np import triangle as tr def circle(N, R): i = np.arange(N)...
### When I only run the triangle once, there is no problem, and when I run it multiple times, a random error occurs. ### This is my code and data,...