Files
openide/python/testData/debug/test_stepOverCondition.py
2014-08-12 22:18:01 +02:00

4 lines
30 B
Python

x = 1
y = 2
y = x + y
print(y)