Hedgehawk11
@Hedgehawk11
I make random stuff
1
iCraft (inspired by iWater & iChair)I was bored so i took this to some software
17
0
1
0
cssJust some HTML + CSS
1
0
0
0
1
so I built this game hope you enjoy it!
it asks for numbers and then does the math on the numbers
0
formA form made in HTML when YOU enter the data and press the button it will then say:
hello, now go to
9
0
0
So i'm trying to make the fibonacci sequence (google it) but my code is not working :( (it is driving me nuts so I need help)
Python
ErrorNoInternet Copy and paste this code exactly:
num1 = 1
num2 = 1
awncer = 2
def fibonacci():
global num1, num2
awncer = num1+num2
print(awncer)
num1 = awncer
num2 = awncer
while (awncer != 1):
fibonacci()
`2 years ago
Hedgehawk11 thank you all so much! I am still having some issues though even after I added the global line.2 years ago
RYANTADIPARTHI global gets those variables inside of your function. So use global . In your case.
global num1, num2
that should work2 years ago
so i'm making this joke and I need to know how to play sounds. how to do this?
0
cssJust some HTML + CSS
1
0
0
This mad lib is about pigs, it is fun and I may add more(if you want more(upvote to show if you want more))
Python
this is long.
just watch as the turtles draw
psst look in the code to see why me an @nwilson2314 call it the longest code
Python (with Turtle)
Brendan23 @dbates you can simply do turtle.speed(anyinteger) to make it faster. anyineger is a placeholder for a number of your choice.2 years ago
do stuff I guess.
I have no idea how to say this
so I made this but the "disabled" tag is not working can you guys help
HTML, CSS, JS
well I scratch so I made this website...