BananaSoul
@BananaSoul
I'm Back.
This will tell you if you are hydrated or not. It is more accurate now, and the code is simpler.
Python
JordanDixon1 You could have made it simpler by litterally just writing the word hi.
import turtle
turtle.color('deep pink')
style = ('Courier', 30)
turtle.write('Hi', font=style, align='center')
turtle.hideturtle()
`3 years ago
I made this stupid website for my friends. It's pretty cool and my first coding project. It has really evolved since it was first made. I'm very proud
HTML, CSS, JS
This code will tell you about hydration. You should be sure to drink AT LEAST 10 cups of water a day!
Python