Closedown

This commit is contained in:
sfop
2016-06-17 11:13:48 +02:00
parent 5b3c95a4fc
commit c785be16ee
2 changed files with 2 additions and 4 deletions

View File

@@ -2,11 +2,8 @@ import random
clear_convex_hull_plot("test")
x=[]
y=[]
for step in range(1,5):
x=[]
y=[]
x,y=[],[]
for i in range(20):
x.append(random.random() * 100 / step)
y.append(random.random() * 100/ step)