1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Files
cheat.sh/bin
Per Persson 6f36a5a360 Simplify logic
if <condition>:
    return False
return True

is equivalent to

return not <condition>
2018-07-13 21:31:45 +02:00
..
2018-07-13 21:31:45 +02:00