@dconley weird, I haven't had any real issues in python. can you describe what you're running into?
@dconley it's not according to python. but I'm not sure what this has to do with yaml?
@nergdron it has the same problem. I probably wasnβt making much sense, and can be safely ignored.
In this house we use curly braces, I guess is my summation π
@nergdron Say you have this code:
i = 0
while i < 10:
i += 1
print "hello!"
Is the print statement in the while or not?