Python Tanks - Turning on a winding path

Again we need to reach the star - but it is not directly in our way - and there are obstacles!
Remember "right()" and "left()" commands? Let us use them wisely!

Prev
#replace the lines below with proper code #do not forget to add 'pick()' command at the end forward() right() forward() left() forward()