Skip to content

Instantly share code, notes, and snippets.

@emre
Forked from mengu/sakirt.py
Created June 1, 2011 21:56
Show Gist options
  • Save emre/1003429 to your computer and use it in GitHub Desktop.
Save emre/1003429 to your computer and use it in GitHub Desktop.
Sakirt
from cemaat import Sakirt
from random import randint
sakirt = Sakirt()
sakirt.meslek = "yazilimci" if randint(1,10) % 2 == 0 else "sistemci"
sakirt.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment