Go to file
grace-xing6 5839a4d2a1 I revised shapes code to make it work
2: function is a series of variables
By defining different functions and combine them, they could solve small problems specifically and then combine to fix the big problems that can be defined by a series of small problems
example: If you want to draw something complicated or design some games with many elements, you need to think the elements involved in it and define individual functions and combine them in a logical way to achieve it.
2024-09-03 20:55:27 -04:00
.commit_template Initial commit 2024-08-29 18:09:29 +00:00
.gitignore Initial commit 2024-08-29 18:09:29 +00:00
circle_area.py I defined variables and make it output circle area 2024-09-03 20:26:12 -04:00
draw_with_shapes.py Initial commit 2024-08-29 18:09:29 +00:00
greetings.py I defined variables and make it output circle area 2024-09-03 20:26:12 -04:00
poetry.lock I defined variables and make it output circle area 2024-09-03 20:26:12 -04:00
pyproject.toml Initial commit 2024-08-29 18:09:29 +00:00
shapes.py I revised shapes code to make it work 2024-09-03 20:55:27 -04:00
test_shapes.py Initial commit 2024-08-29 18:09:29 +00:00