[Solved] Why is there a blank line between my print and raw_input lines?
EDIT The conclusion from the discussion in the comments is it’s a bug in Canopy IDE. The code you’re showing us is not the code you’re running. Your output is this: Available Letters: abcdefghijklmnopqrstuwxyz. Which is supposed to be printed by this (note the dot added on the end): print “Available Letters: ” + getAvailableLetters(lettersGuessed) … Read more