mirror of
https://github.com/super-linter/super-linter.git
synced 2025-03-12 17:29:38 -04:00
4 lines
31 B
Python
4 lines
31 B
Python
a = 1
|
|
b = 2
|
|
c = a + b
|
|
print(c)
|