print(f'{name = }, {score = :.3f}') # Python 3.8. def add(a, b): return a + b. k = 1. print(f'{k = }, {add(k, 2) = }') # k = 1, add(k, ...
確定! 回上一頁