Level 1 โ Foundations โ Master the syntax. Control the machine.
Master print() and input() to control data flow in and out of a Python program.
bot_name = input("What is my name? ")
print(f"Beep boop. I am {bot_name}.")Every great application begins by talking to the user. Capture dynamic input and send back personalized output.
Complete all tiers to earn up to 2,850 XP and unlock the next chapter.