Untitled

Anonymous
plain_text
02/21/2024 6:38 PM
340 B
14
Indexable
import random
from datetime import datetime as dt
import math

a=1
s=0

while a < 250001:
  b=(random.randint(1,99))
  s=s+b                                      
  a=a+1

w = dt.now().day

print(math.cos((((s+w+1)/250000) // 5 ) * math.pi))
Editor is loading...
Leave a Comment