mirror of
https://github.com/Vale54321/BigData.git
synced 2025-12-15 11:29:32 +01:00
Aufgabe 5
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user