We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9996314 + 183ddc2 commit 88cab01Copy full SHA for 88cab01
lab7/sol.py
@@ -10,4 +10,4 @@ def fail_condition(state):
10
simulation.explore(find=success_condition, avoid=fail_condition)
11
solution = simulation.found[0]
12
print(solution.posix.dumps(sys.stdin.fileno()))
13
-#b'HETOBRCUVWOBFEBB'
+#b'HETOBRCUVWOBFEBB'
0 commit comments