How do i move this karel dog when the user inputs move(); | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How do i move this karel dog when the user inputs move();

<!DOCTYPE> <html> <head> <style> img {  position: absolute;  left: 0px;  top: 0px;  z-index: 0; } </style> </head> <body> <img src="https://pbs.twimg.com/profile_images/3403341918/71c895ce6b9f016a0381eadfa2738f27_400x400.png" alt="Karel" width="100" height="100"> </body> </html>

27th Feb 2019, 6:34 PM
Pierson
Pierson - avatar
2 Antworten
27th Feb 2019, 8:59 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
Thank you so much for this, I'm just starting out and it really helps that I can look at this code and figure out what to do 😀 thank you so much
27th Feb 2019, 10:55 PM
Pierson
Pierson - avatar