Files
openide/python/testData/codeInsight/mlcompletion/isInCondition2.py
T
andrey.matveevandintellij-monorepo-bot 92e41799f2 PY-37720 Impl python ml completion features
GitOrigin-RevId: 3b8029ab460672b286d7b1cf96fd35bf9c57bf59
2019-10-11 08:01:46 +00:00

5 lines
78 B
Python

var1 = bool(input())
var2 = bool(input())
if var1:
print(var2)
elif v<caret>