Back

Forum Games

Play word and forum games here.
TOPIC | Press CTRL+V
1 2 ... 831 832 833 834 835 ... 837 838
[nothing]
[nothing]
Hey, I'm Kabet!
He/They/Any

Wishlist
def prime(max):
primes=[]
for i in range(2,max):
isprime=True
for j in range(2,i-1):
if float(i/j).is_integer():
isprime=False
if isprime == True:
primes.append(i)
print(primes)
print("Type a number in integer format, and this program will find prime numbers up to the number that you input.")
print("NOTE: Large numbers may take a while, depending on your computer's speed.")
while True:
num=int(input())
prime(num)


The formatting is wrong but if you fix that and chuck it into Python it should work
def prime(max):
primes=[]
for i in range(2,max):
isprime=True
for j in range(2,i-1):
if float(i/j).is_integer():
isprime=False
if isprime == True:
primes.append(i)
print(primes)
print("Type a number in integer format, and this program will find prime numbers up to the number that you input.")
print("NOTE: Large numbers may take a while, depending on your computer's speed.")
while True:
num=int(input())
prime(num)


The formatting is wrong but if you fix that and chuck it into Python it should work
Newmoon | She/her | FRT +17-19 (depending on daylight savings)

Fandergs | Wishlist

I made a cheap UMA! Click here to order it!
*INTENSEGOTHICCHOIR*
*INTENSEGOTHICCHOIR*
YMPbu9R.pngdFnwkLI.png oySYa5s.png 6Je3hjY.png
tyEuRXe.png LCqISMP.png nupGNag.png RfMwnPI.png
twiuBT0.png I5qcdda.png uVEyOnT.png jlA5frr.png
[url=https://www1.flightrising.com/dragon/47956990][img]https://www1.flightrising.com/rendern/350/479570/47956990_350.png[/img][/url]
47956990_350.png
CFFUclk.png ---•----•----•----•----•----•----•----•---•----•---
---•----•----•----•----•----•----•----•---•----•---
{100 Generations Challenge}
Avatar Dragon | Random Dragon
c4a5xZL.png
ksp96mx.png ... Wy06wWw.png ... vIJ2dmp.png
hh5n4WA.png
J7D1quC.png
OPS7bfK.png
5hF3FGk.png
YMPbu9R.png
...
5OBcM.gif
GzJqK.gif
... 8aCB6Ia.png ... k1Rg4iE.png
https://www1.flightrising.com/dragon/66017046
https://www1.flightrising.com/dragon/66017046
7ophKeo.png5hF3FGk.png
evIwcId.png
[img]https://i.imgur.com/JbwaDmS.png[/img]
JbwaDmS.png
NcRl9aq.png
https://www1.flightrising.com/dragon/93736132
https://www1.flightrising.com/dragon/93736132
rix3ppo.pngEQDkzrh.pngFObX7rS.png
[url=https://www1.flightrising.com/dragon/91594050][img]https://www1.flightrising.com/rendern/350/915941/91594050_350.png[/img][/url]
91594050_350.png
Free lore thread
35EJj0x.png
Kindryte
"Just here to collect silly little dragons in my silly little lair"
Imagine highlighting a forum signature.

Permas are both in my lair and hibden
[url=https://www1.flightrising.com/dragon/92416681][img]https://www1.flightrising.com/rendern/350/924167/92416681_350.png[/img][/url]
92416681_350.png
Hey, I'm Kabet!
He/They/Any

Wishlist
1 2 ... 831 832 833 834 835 ... 837 838