Aufgabe 5

This commit is contained in:
2025-10-31 12:25:25 +01:00
parent 2f1e9c5b93
commit 95345cacb0
3 changed files with 168 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ plt.ylabel('1/x')
plt.grid(True, alpha=0.3)
plt.tight_layout()
plt.close()
plt.show()
#--------------------------------Aufgabe e----------------------------------
product_rd2 = rd2.fold(1, lambda a, b: a * b)