I am bored AF as usual so I'm just writing on a rentry the pav's log also available on https://rentry.co/pav-s-log updates are irregular!
everything since last time
couple weeks ago I did a photoshoot for school i had my laptop so i wrote this fun piece of code off of a couple of leetcode challenges
nums=[-4,-1,0,3,10]
uonums = []
for x in range (0,len(nums)):
uonums.append(nums[x]*nums[x])
print(uonums)
uonums.sort()
print(uonums)
c = 4660046610375530309
fs = [0,1]
def function():
for x in range (0,100):
fs.append(fs[x]+fs[x+1])
for x in range(0,100):
if fs[x]== c:
print(c)
print("candidate is in the sequence")
function()
print(fs)
I'm still pretty rookie so i know there are better methods but this is the greatest I could donice right