From 55df0f107e2082fe2afaad689b4c9114eb60b880 Mon Sep 17 00:00:00 2001 From: fdansv Date: Mon, 22 Apr 2013 20:51:31 +0200 Subject: [PATCH] Added a cat! --- socode.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/socode.py b/socode.py index a691480..10d70e5 100755 --- a/socode.py +++ b/socode.py @@ -853,6 +853,10 @@ def ncerminara(n): phi = (1 + 5**0.5) / 2 return int(round((phi**n - (1-phi)**n) / 5**0.5)) +def fdansv(): + print 'NYAN CAT REVIVAL!' + webbrowser.open_new('http://nyan.cat/') + def rafkhan(): print socode_source @@ -936,6 +940,7 @@ def rafkhan(): lax() hako() thisishugo() + fdansv() danielnr() ncerminara(3) spratt()