강의

멘토링

커뮤니티

Inflearn Community Q&A

unye10067211's profile image
unye10067211

asked

Winniveworld Exploration Team - Learning Python through Games

Part 1. Cat's Decision

위니브월드 맞게 코드를 짠거같은데 왜 오답일까요?

Written on

·

67

0

mission_start()move() pick() move() pick() move() pick() move() pick() turn_left() turn_left() repeat(2, move) repeat(2, move) turn_left() turn_left() say('hello, world!') mission_end()mission_start() move() pick() move() pick() move() pick() move() pick() turn_left() turn_left() repeat(2, move) repeat(2, move) turn_left() turn_left() say('hello, world!') mission_end()

이렇게 제출하였는데 오답이라네요ㅠㅠ왜그런거죠?

python

Answer

This question is waiting for answers
Be the first to answer!
unye10067211's profile image
unye10067211

asked

Ask a question