22 Followers
57 Following
49 Posts
Rogue Mage
GemaTreeAC 2=0https://jpts.aprx.io
self portrait

from math import sin

def ps(length, amplitude, frequency, bias=1.0):
xarray = range(length)
print (xarray)
yarray = []
for i in xarray:
yarray+=[sin(float(xarray[i])*frequency)+bias]
print (yarray)
for i in yarray:
print(int(round(i*amplitude))*"*")

return

#an ASCII sine wave graphic with python.

In the column stands the smiley face.
Digital roots of multiplication tables.
Now I get it… ”you are here”… #location #existence #being #factsoflife #orientation #placetobe
Hi! It’s Satan Claus. Merry christmas!
Ever wonder how Santa gets it all done?