We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5a4c3 commit 0c01724Copy full SHA for 0c01724
tests/student_code/tc_212_a.py
@@ -10,5 +10,6 @@ def autonomous():
10
pass
11
12
def teleop():
13
- Robot.set_value(DEVICE, PARAM, 999)
+ while True:
14
+ Robot.set_value(DEVICE, PARAM, 999)
15
0 commit comments