4. Asking

A program can ask you questions with the 'ask' command.

A program can ask you questions with the 'ask' command. Your answer is stored in a variable. Run it, then type your answer in the black box below.

Code

name = ask("What is your name?")
print("Hello,", name, "! Nice to meet you")

Copy this code into the Aksa editor, run it, then change something and run it again!