Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
← Back to task
One possible program:
def welcome(name): print("Welcome to coding club,", name) welcome("Alex") welcome("Sam")