試著突破低點,往高點邁進
def output(*args , separator="/"): return separator.join(args) print(output("10", "20", "30", separator="*"))