You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As one of the easy Python projects, this program creates a basic calculator application with addition, subtraction, multiplication, and division functions.
2
+
3
+
This is one of the Python practice projects that are great for learning how to use loops, functions, conditional statements, user input, and string formatting. We’ve also used the Python os module to clear the screen after the user completes their calculation actions.
This Python project prints out Pascal’s Triangle by utilizing conditional statements and loops. It also uses the standard library’s math module and factorial function to evaluate the ‘number of combinations’ equation used to generate the values in the triangle.
2
+
3
+
Experiment with the seed number for the triangle to examine how the ‘combinations’ equation is used to generate successive values in the triangle.
0 commit comments