2018-07-31
The purpose of this site is to share notes and projects that I think might be interesting to others..
#Code and commands will be in a area like this.
#Funtion Example
def nums(x, y):
z = x * y
print (z) # Print z
Or short commands might be in Orange Text