6 lines
92 B
Python
6 lines
92 B
Python
def check():
|
|
print("Testing equation sums")
|
|
|
|
if __name__ == '__main__':
|
|
check()
|