Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
python code
1
Name:
what could this be for?
2009-12-06 22:04
self.hours = 1 + (self.hours - 1) % 12
5
Name:
Anonymous
2009-12-06 22:25
>>3
24 % 12 = 0
(24 - 1) % 12 = 11 + 1 = 12 like it is supposed to.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List