Well today I didn't do much because I was stuck with yesterdays blog and I was also helping Juan and Jorge with there web site, so I didn't really had a lot of time to go over the tutorials. In the other hand I still cant figure out the meaning of this:
def absolute_value(n):
if n < 0:
n = -n
return n
No comments:
Post a Comment