3 lines
49 B
Python
3 lines
49 B
Python
def push(force: bool = False):
|
|
print("push")
|
def push(force: bool = False):
|
|
print("push")
|