Hello World
Get started with Python syntax in this lesson and then create a point of sale system for a furniture store!
StartKey Concepts
Review core concepts you need to learn to master this subject
Comments
Arithmetic Operations
Plus-Equals Operator +=
Variables
Modulo Operator %
Integers
String Concatenation
Errors
Comments
Comments
# Comment on a single line
user = "JDoe" # Comment after code
A comment is a piece of text within a program that is not executed. It can be used to provide additional information to aid in understanding the code.
The #
character is used to start a comment and it continues until the end of the line.
What you'll create
Portfolio projects that showcase your new skills
Block Letters
Display your initials on the screen in block letters and create an ASCII art.
Create Purchasing Information and Receipts for Lovely Loveseats
Keep receipts for your lovely loveseats. Programming is a treat with this sweet suite of feats! Use strings and numbers to save a catalog of furniture, then perform concatenation and math calculations to create a receipt.
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory