Chapter 1: Introduction to Basic Python Programming - Variables and Datatypes
Apr 6, 2025 · 4 min read · Excercise 1 : Create a variable monthly_savings, equal to 10 and num_months, equal to 4. Multiply monthly_savings by num_months and assign it to new_savings. Print the value of new_savings. In Python, semicolons at the end of a statement are ...
Join discussion