Skip to content

Instantly share code, notes, and snippets.

@mengu
Created June 1, 2011 21:55
Show Gist options
  • Save mengu/1003427 to your computer and use it in GitHub Desktop.
Save mengu/1003427 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()
@ahmetb
Copy link

ahmetb commented Jun 1, 2011

friendfeed detected.

@aligundogdu
Copy link

Forkladım panpa.

@mengu
Copy link
Author

mengu commented Jun 2, 2011

yalniz saglam geyik dondu dun. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment