da Sea Turtle
@daSeaTurtle
Sea turtles are the best! :)
1
ChattyBotThis is a repl that I made with 2 others. It is a chatbot that you can talk to, but it isn't that complex and if you do everything correctly it should be great! Hope you guys enjoy it.
4
0
1
So I want to index my list with a for loop. But I want it so when the list index is out of range it restarts indexing from 0.
this is my code so far:
Geocube101 Try using the modulo "%" operator
winner = str(spinList[spinIndex % len(spinList)])
`2 years ago
eggs.children.iterate(function (child) {
child.setDisplaySize(30, 30)
child.setBounceY(Phaser.Math.FloatBetween(0.4, 0.8));
rand = Phaser.Math.B
HTML, CSS, JS
This is my first project hope u like it. Its a really bad calculator, but im just a beginner
C++
DynamicSquid Oh that's cool! Quick tip though, you may of noticed that division always returns whole numbers instead of decimals. Try to change numeOne and numTwo into floats like this:
float numOne;
float numTwo;
for better results.3 years ago
Look at my repl i made a few days ago. Click 'r' to roll the die and see what number you get.
Python
This is a repl I made with a liitle help of @lolguineapig. You can click "R" or "r" to roll the die. Have fun!
Python
daSeaTurtle You can play guess the number! Guess a number thats 1 - 6 and roll. If you get the number, then Great Job!3 years ago
My twin, @lolguineapig, my tutor @pacingneon, and i (@alienlovera9) made this calc. You have to input two numbers and the computer will add them, subt
Python