mirror of
https://github.com/super-linter/super-linter.git
synced 2025-02-13 16:50:22 -05:00
6 lines
67 B
Python
6 lines
67 B
Python
"""Test Python file for Pylint."""
|
|
|
|
A = 1
|
|
B = 2
|
|
C = A + B
|
|
print(C)
|