مدرستي تبرمج | مهمة بناء الرصيف بلغة البايثون
الكود البرمجي
# code here
for i in range(6):
agent.move("forward")
agent.give("planks", 2, 1)
agent.place(1, "down")
agent.turn("right")
for i in range(3):
agent.move("forward")
agent.give("planks", 2, 1)
agent.place(1, "down")
agent.turn("right")
for i in range(5):
agent.move("forward")
agent.give("planks", 2, 1)
agent.place(1, "down")
agent.turn("right")
طريقة التنفيذ