juddin2 a5c50ab9d5 I chnaged and wrote new codes for finding circle area and shapes drawing.
A value is a data that the variable stores like 1 or "hello".A name is a label that shows the value.
A situation where its important to distiguish between a name and a value is when buying a drink. The name on the juice tells you ehat type of frink it is and the value is the juice inside the bottle.
Its important to use variables in programming because it makes it easier to read and understand the code that is being written. If you just write the value without labeling it, it won't be possible to know what the value stands for if you have more than one.

 A function is like a variable because both store something in them like a block of code or a value.
 A function helps to solve a problem in smaller section separetely rather then doing a big problem together.
 For example, instead of drawing both the triangle and rectangle in one function we did in two separately function to make is simplier to do.
2025-09-07 21:23:00 -04:00
2025-08-31 20:52:39 +00:00
2025-08-31 20:52:39 +00:00
2025-08-31 20:52:39 +00:00
2025-08-31 20:52:39 +00:00
Description
No description provided
27 KiB
Languages
Python 100%