Practice Exercises: Programming Foundations: Fundamentals
Practice Exercises: Programming Foundations: Fundamentals
Practice Exercises
Here are a few small programs to help you understand the output of different lines of code.
result = 5 - 3
#print(“5 - 3 =”, result)
print(“Done!”)