Wiki » 자동매매 공통 »
def sync_func1(): print("Hello") def sync_func2(): print("Bye") sync_func1() sync_func2()
Hello Bye
이태훈이(가) 10달 전에 변경 · 1 revisions