Skip to content

Instantly share code, notes, and snippets.

View Ell's full-sized avatar
😝
coding? more like living! haha i love coding so much :)

Ell Ell

😝
coding? more like living! haha i love coding so much :)
View GitHub Profile
a = 2
i = 1
w = 0
def numcheck(a)
for i in 1..7
puts i
if a%i==0
w +=1
break if w == 7
@Ell
Ell / doge.py
Created January 21, 2014 06:56 — forked from anonymous/doge.py
from util import hook
import requests
from decimal import Decimal
@hook.command
def doge(inp, say=None):
try:
amount = int(inp)
except: