5 lines
87 B
Python
5 lines
87 B
Python
VERSION = "5.4.0"
|
|
|
|
if __name__ == "__main__":
|
|
print(VERSION, end="") # noqa: T201
|