6 lines
63 B
Python
6 lines
63 B
Python
def times_3(x):
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
pass
|