add matrix.py server-side code
This commit is contained in:
parent
8f131a0129
commit
1c70783d22
|
@ -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)]))
|
Loading…
Reference in New Issue