diff --git a/socode.py b/socode.py index 6128062..1cb1b49 100755 --- a/socode.py +++ b/socode.py @@ -174,7 +174,15 @@ def starefossen(): def jontonsoup(): print "There's always one more bug." - + +def fweakout(x): + print "Hello, is it me you're looking for?" + #simple prime function + for i in range(2,int(x**0.5)+1): + if x % i == 0: + return False + return True + def monsdar(): print "Hello?..." print " ...yes, this is dog!" @@ -1070,6 +1078,7 @@ def nazgu1(): thisishugo() lcynot() danielnr() + fweakout(9009) ncerminara(3) spratt() aturcino()