Riley Mears
@RileyMears
0
Rock Paper Scissors
small game written in a few minutes3
2
0
0
VR headset recommendation tool (WIP)
I know it isn't perfect, but i'm working on it. Please tell me if something is wrong/outdated/doesn't work.4
1
0
Its just a normal function but its saying its a syntax error. the code is(no quotation marks) "def loadfunct:"
1
CalculatorSimple calculator
18
2
1
I need help coming up with ideas
RYANTADIPARTHI Here are some:
hangman
tic tac toe
random word generator
random number generator
calculator
age calculator
future age calculator
typing game
UNO
2048
Ping me if you need more2 years ago
it says on line 56 there is a syntax error with a print statement although there is nothing wrong? can someone please help me
Python
WillBrighton i don't know why it says syntax error can someone help me.
for i in range (1, 101):
print(i, end=' ')
if i%3 == 0:
if i%5 == 0:
print("Fizz Buzz")
else:
print("Fizz")
elif i%5 == 0:
print("Buzz")
else:
print('not dividable')10 months ago
Coder100 Error
image
forgot a little ). No worries, we all make these silly mistakes!
Solution
print (str(num1) + " / " + str(num2))
`2 years ago
This is a beta where i will be putting all the updates for my calculator before they are released to the official version. version may be unstable as
Python
RileyMears i challenge everyone to find the secret in this (if you do you will get a shoutout)2 years ago
KENNETHTRIPP Nice! I have two suggestions though: First, you should have it reload automatically is someone divides by zero. Second, you should a dd a try, except just in case anyone accidentally enters letters.2 years ago
regular simple calculator using python. one of the simplest things ever
beta link:
https://repl.it/talk/share/Calculator-beta/84780
archive:
1.1: i
Python