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.
d591ca6259
Wrote function triangle so that it draws a triangle with a side_length as the argument, and the function rectangle so that it draws a rectangle with a height and width as the two arguments.