博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python课后作业 3. 任意累积 ----(第五次作业)
阅读量:196 次
发布时间:2019-02-28

本文共 91 字,大约阅读时间需要 1 分钟。

文章目录


原题题目

在这里插入图片描述


代码实现

calc = map(int,input().split(','));ret = 1for i in calc:    ret*=iprint(ret)

转载地址:http://ifni.baihongyu.com/

你可能感兴趣的文章