import click. @click .command(). @click .option( '--pos' , nargs = 2 , type = float ). def get_float(pos):. n1,n2 = pos. total = n1 / n2.
確定! 回上一頁