Skip to content

Commit 14d0303

Browse files
authored
Update 4.py
1 parent 09a4503 commit 14d0303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4/4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def turn_left():
3939
count += 1
4040
turn_time = 0
4141
continue
42-
# 회전한 이후 정면에 가보지 않은 칸이 없는 경우
42+
# 회전한 이후 정면에 가보지 않은 칸이 없거나 바다인 경우
4343
else:
4444
turn_time += 1
4545
# 네 방향 모두 갈 수 없는 경우

0 commit comments

Comments
 (0)