mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
9 lines
193 B
Python
9 lines
193 B
Python
def foo_one(oneTwoThree):
|
|
one = 1
|
|
ones = 11 # the same as one (when tokenize)
|
|
two = 2
|
|
oneTwo = one + two
|
|
four_two = 42
|
|
oneFourThreeTwo = 1432
|
|
print(two_one_three)
|
|
print(<caret>) |