Change the echo command #953
MarleenGilsing
started this conversation in
Language Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The echo command in level 1 can be confusing for students, so we can change its function. Instead of using echo as a command like print or ask, we should make echo the standard name of a variable.
Now you can use echo like this:
ask What's your name?
echo Your name is...
But I'd like to change it to this:
ask What's your name?
print Your name is echo
Beta Was this translation helpful? Give feedback.
All reactions