Discuss / Python / 作业

作业

Topic source

居山舍

#1 Created at ... [Delete] [Delete and Lock User]

a = int(input('输入前数:')) b = int(input('输入后数:')) c = a * b print('等于:',c)

没有int取整就没法运算,那小数分数运算呢


  • 1

Reply