Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Python novice
1
Name:
Anonymous
2011-09-29 17:35
class tic:
turn = "x"
def changeturn(self, y = turn):
if y == "x":
self.turn = "o"
if y == "o":
self.turn = "x"
'''WHY THE FUCK ISN'T this working? The changeturn(), I mean, it only works once!'''
19
Name:
Anonymous
2011-10-02 12:10
>>18
No you don't. Go take a CS class you fucktard.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List