求助各位大佬,赋值N那里及后面如何实现
你可以这样写:
N=int(input('请问你需要兑换多少金加隆呢?')) print(str('那么你需要付给我(' + N * 51.3 + ') 人民币'))