i cant find the result button
I been watching the python turtorial and he says to click the result button but i can't find it I have a chromebook maybe theres a different way to click it? if so tell me
Voters
I been watching the python turtorial and he says to click the result button but i can't find it I have a chromebook maybe theres a different way to click it? if so tell me
replit doesn't have a result button that I know of, you just press run the output will be in the console or output tab.
@InvisibleOne I guess but when I press run it doesnt show the turtle moving on the white screen
The reason for that is because there is an error. If you look in the console, it says
AttributeError: 'Turtle' object has no attribute 'foward' on line 14
... That means that you basically mis-spelled "forward"... Just correctfoward
toforward
and I think it should work? Hopefully that answers your question :). @bdsdaklklsfs@QuickV thank you bro i really need to go over my grammar when I code don't i lol
most coding errors for me come when I don't spell things correctly lol. And the console usually tells you if you've mis-spelled something. @bdsdaklklsfs