1
0
forked from VimPlug/jedi
Files
jedi-fork/test/static_analysis/branches.py

12 lines
113 B
Python

import random
if random.choice([0, 1]):
x = ''
else:
x = 1
if x != 1:
x = x.upper()
else:
pass