Commit Graph

  • ead11bc16c For triangle, I made it create an equilateral triangle with side length side_length. For rectangle, I made it alternate going forward height and width, turning right 90 degrees each time. main Cory Dean Chung 2023-07-19 20:50:07 -0400
  • ab6c453892 In greetings.py, I changed the first line to my_name = input("What is your name?") as instructed. In circle_area.py, I finished the program by assigning 3.141592653 to pi and then printing the value of pi * radius * radius, which is the area of a circle. Cory Dean Chung 2023-07-19 16:20:02 -0400
  • f473f36a09 Initial commit cchung 2023-07-19 20:14:06 +0000