At the end of this lesson, you will be able to:
use functions in Python
Logging into CSCircles
null
work through the following tutorial:
2: Functions
2X: Extra Practice
accept this assignment in Github Classroom
modify the program.py file to use a function to output Hello World!
be sure to match case and punctuation for your program to pass the autograder test
you don't need to touch the autograding_test.py file
modify the function with an input variable that accepts the user's first name and returns "Hello, %name%!" as a result of a function call