Me and my friend were testing our python skills by writing a simple code that calculates prime numbers. It also shows how long it took and how many calculations it did.
Here is the src:
import time
calc = 0
def calculate(max):
global calc
for a in range(1,max):
for b in range(1,max)...
We welcome you on Altis friend. Make sure to read the laws of the gods (rules https://www.roleplay.co.uk/rules) and good luck on finding a better life here on Altis.