Charlie Wilson
@Maudiib
Coding
1
zhanf2495 Assuming the mass of the pumpkin in 5kg, the angle of the applied force is ~30 degrees, and the force that mr zehr can dish out using his arms is ~90N:
Fnety = Fay + Fg
ma = 100*sin(30) - 5(9.81)
a = -9.05 m/s2
Fnetx = Fax + Fair resistance
Now do some multivariable calculus in 3 dimensions, find the Riemann sum, perform some complex analysis, and you have your net force. 1 year ago
0
https://repl.it/@Maudiib/Random-Name-Picker
It's pretty self - explanatory.
Ryan_the_Lyon That was cool, If you can, you should be able to continue to pick from the same group of names more than once. Like, it would pick a name, then ask... "Would you like to choose another name?" Or something like that.5 years ago
Here is an improved version of rock paper scissors.
https://repl.it/@Maudiib/Rock-Paper-Scissors
MaximBalabanski Greetings, I have found an issue with this. When you do a capital in your rock, paper, or scissors, it prints "You can only choose something from : ROCK PAPER OR SCISSORS". This can easily be fixed by simply putting a .lower\(\)5 years ago
https://repl.it/@Maudiib/Random-Name-Picker
Simple program that randomly picks a name that you list!