Skip to content
Snippets Groups Projects
Commit d5e66fdb authored by Sivaramalingam, Janani (PG/T - Comp Sci & Elec Eng)'s avatar Sivaramalingam, Janani (PG/T - Comp Sci & Elec Eng)
Browse files

Update val_sim.py

parent a3dbfbb1
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
import math, random, sys, json import math, random, sys, json
from statistics import mean, stdev from statistics import mean, stdev
import cgitb
cgitb.enable()
event = json.loads(sys.stdin.read()) event = json.loads(sys.stdin.read())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment