7,128
Loading...
Uploader Comments (JREAMdesign)
see all
All Comments (15)
-
should set your while finding loop to true then put a break in the "if board[opponant] valid" statement. one less variable necessary and one less line of code
-
@SirHvide python 3.0 uses input () rather than raw_input()
-
@SirHvide If you were using python 3 instead of 2.7 then you have to use input("enter the input:") instead of raw_input("enter the input")
-
for some reason everything i do gives me an error :(
-
hey, for some reason when i write show() or board it gives me an error.. please get back to me??
-
@XZ19126 yes, but you need to change some syntax, for example input must be raw_input
-
but in 2.7 i use raw_input
-
will this work in python 2.7?
Loading...
Hey it is giving me problems with raw_input... what am i supposed to do to fix this
SirHvide 10 months ago
@SirHvide What is it telling you is the problem?
JREAMdesign 10 months ago
Im doing exactly what you are doing but on a mac in "text wrangler" but it wont work! any ideas?
TheAnimateor 11 months ago
@TheAnimateor You have to be 100% sure you have your tabs right.. Tabs MIGHT have to be spaces, Im not certain though
JREAMdesign 11 months ago 2