Skip to content

Commit 0c01724

Browse files
committed
added while True to tc_212_a.py
1 parent 5b5a4c3 commit 0c01724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/student_code/tc_212_a.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ def autonomous():
1010
pass
1111

1212
def teleop():
13-
Robot.set_value(DEVICE, PARAM, 999)
13+
while True:
14+
Robot.set_value(DEVICE, PARAM, 999)
1415

0 commit comments

Comments
 (0)