1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00
semantic/bench/bench-fixtures/python/simple-assignment.py

6 lines
44 B
Python
Raw Normal View History

2018-03-08 03:34:20 +03:00
foo = 2
bar = foo
dang = 3
song = dang
song