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.
e2c6215c8e
I started by removing all the raise error messages and then i tried to follow the guided notes to complete this section, i did it so terribly and we so many errors, big and small lol. I took a break from it, asked for some help and then went back to work, rewatching the weekly video and relooking over the notes made me catch some of my little mistakes and asking for help helped me catch some of my larger mistakes. Lots of debugging with this but it feels so good to get it right :)
768caf2572
I first removed the make the draw the line after the draw the y/x axis, added in the information about the line like the range and domain and the hash marks then added draw the line back in. Then i added information about what i would need to do to go about plotting the points
7985faa72d
I switched from trying to do a animatiomn to just drawing a character, but each time i run my code to make sure it works it quits right after the last instruction, so im submitting for now and will be asking the discord/professor for help on that
82ab09db6b
I am stuck on my whole idea lol, i was using a website to try and help me like you suggested but it was using a lot of terms i have never seen, so im cutting my losses and letting you look at it. I sent the website link to you via email, plz sned help lol
d60d83eaf3
I didnt change much as this was more of juts exploring and answering questions, the questions toward the end started to get hard for me so i tried a few and realized I wasnt doing them right and though maybe i should just stop and reflect like prof brown says "take a step away". I understand what all the commands do i just think im mixing up what to pipe together, maybe i can get some help to figure out where im going wrong.
3bd928ca29
I added the for number in range to all the other functions, added a starting value to the 3 broken functions, and a skip counting value to all the broken functions.
63bb343df9
I removed the extra forwards and rights, created a new temporarily assigned variable called sides and juts put numbers 1 through 4 in it as the numbers dont matter since i have assigned values for my forward and right already.
e852f8cf6f
In the 1st section, I first changed chris to my name, then changed it to an input equation, then i changed the circle area code by putting in the number pi and the equation for the area of a circle and then printed that. In the second section I changed the traingle to make 60 degree turns because that would make a equaliateral triangle in my mind, then i realised to make a 60 degree intertior angle it has to turn 120 degrees so i changed that next, then i had the rectangle turn 90 degrees each time, i told the shapes files to do 2 different sized triangles and 1 rectangle. I ran it with test and with draw with and by its self
9ab9c0d5d3
I started by changing the angles of the right turns to 90 degrees turns becuase at first glace without reading the math, thats what i assumed the code would do, not 144 degree turns lol. I thought this would make a stair case, i was wrong, a bunch of right turns makes a square lol. I then changed it to be left right left right alternating to create the staircase i wanted.