Nick Winter
Nick Winter
``` python if gold = 40: pass ``` This gives `Error: Unknown expression type: VariableDeclaration`, but it should actually throw an error about the single equals in there and suggest...
I like using these, but we don't support them yet. Another user [reported it](http://discourse.codecombat.com/t/sarven-brawl-alternative-comparison-syntax-not-working/5808) as well. ``` if 0 < x < 10: print "x is a positive single digit."...
How hard will it be to get [Python string formatting / interpolation](https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting), where we can do things like: ``` python print("My name is %s." % name) ```
Can you include which license this uses in `package.json` or in a `LICENSE` file, or just clarify in this issue? Thanks!