Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ae5dae14d6
I added the correct lines of code for the functions that wrote the letters H, I, L, and N. I made sure all 4 of my letters worked then submitted once.
70b1c4b1c8
I changed the print_even_numbers, print_odd_numbers, and print_multiples_of_five functions and made them work. I used the range function to make them do what they are supposed to do.
8dfa384f43
I already submitted the changes I made in checkpoint 1 so please let me know if I need to rewrite the changes I made in checkpoint 1 since I am saving it again. I will only be talking about checkpoint 2 now. I removed the pass in the triangle and rectangle functions and added the necessary code by using right and forward in the turtle library to make triangles and rectangles appear.
f0f2557b00
I changed the greeting to allow the user to say their name. It will then greet them by their name. I also allowed the code to find the area of a circle when the user gives the radius.