Python 2.6 tolerance

This commit is contained in:
rocky
2016-06-22 00:05:19 -04:00
parent 649da8fbc0
commit 75592795b3

View File

@@ -1785,7 +1785,7 @@ if __name__ == '__main__':
return fn.__code__
def test():
{x for x in range(3) if x % 2 == 0}
[x for x in range(3) if x % 2 == 0]
def gcd(a, b):
if a > b: