finished doing lab2 in wrong variable type
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import random
|
||||
print("Content-Type: text/plain\n\n" + "\n".join([" ".join(list(map(str, [round((random.random()-0.5)*200, 4) for i in range(7)]))) for i in range(7)]))
|
||||
@@ -0,0 +1,2 @@
|
||||
import random
|
||||
print("Content-Type: text/plain\n\n" + "\n".join([" ".join(list(map(str, [random.randint(-40, 40) for i in range(7)]))) for i in range(7)]))
|
||||
Reference in New Issue
Block a user