Run
Reset Canvas
-- Load Example --
// Write your turtle code here.> // The turtle instance will be passed as the "t" argument. // You can use the global turtle methods like forward(), right(), left(), etc. // If you want to use return values you must use await: let x = await getx(); // forward(100); right(90); forward(50);