Closed bjmgeek closed 9 years ago
add a test 21 like:
def a(): a = 1 if a in {1, 2, 3}: return True return False
This case will be covered by the pull request 8
https://github.com/zokis/Python--Faster-Way/pull/8/files#diff-68c42c2cbfb7b29357c2b506097bb3acR2
add a test 21 like: