At the end of this lesson, you will be able to:
comment your code
understand different data types
handle user input
Logging into CSCircles
null
work through the following tutorial:
3: Comments and Quotes
4: Types
5: Input
create a program in Codespaces using the Python Programming Language that:
Asks the user what their name and age and whether they had a birthday this year already
sends the information to a function that tells them what year they were born.