eliaslee123
@eliaslee123
I like Maths,
1+1=3 you know...
Oumuamua
Repls
Community
0
TheClockJust a clock
ha
3
0
0
0
0
0
Avengers Die GameWin Thanos!!! :)
New Updates (Again)
Fixed some grammar and spelling errors, and fixed a bug.50
4
0
0
Avengers Die GameWin Thanos!!! :)
Update for Avengers Die Game
New update!
Now the game is longer and harder to win!50
4
0
0
Avengers Die GameWin Thanos!!! :)
50
4
0
0
Collatz ConjectureThis repl will teach you more about the Collatz Conjecture. Small project...
0
0
0
0
Your life
Just play it and you'll know.63
4
0
0
Your Life
Do this game! Reach 100 years old! Die! Live! Do all these with your life be like-!63
4
0
0
Maths Quiz
Hi! This is math quiz. It tests the four operation so its quite easy. But in 100 questions, you will almost always get one wrong! So try it!12
1
0
0
LCM
Try this LCM calculator! Thanks! LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM LCM ! LCM is great!3
1
0
0
0
Prime Number Generator 3.1
'''print(" _ _ _ _ _ __ ")
print("| _ \ | _ \ |_ || \ / || _| / | ")
print("| || || || | | | | |\ \/ /| || |_ | |_ ")
print("| / | / | | | | \/ | || _| \ \ ")
print("| | | |\ \ | | | | | || |_ _| |")
print("|| || \\ |_||_| |_||| |_/ ")
ans = int(input("Find prime numbers up to _? "))
for x in range(2,ans):
for y in range(2,x):
if x%y==0:break
else:
print (x,sep=' \n', end=' \n')'''
Welcome to the Prime Number Generator! Generate primes from 1 to any number you want! Hope you enjoy this Repl!4
1
0