7 lines
56 B
Python
7 lines
56 B
Python
"""
|
|
|
|
"""
|
|
|
|
if __name__ == "__main__":
|
|
print("Hello")
|