1 Star 0 Fork 0

Gavin/first_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Round_float.py 261 Bytes
一键复制 编辑 原始数据 按行查看 历史
连建恒 提交于 2017-03-30 09:35 . 删除 print “=====”
#coding:utf-8
class Round_float(object):
def __init__(self,number):
self.value = round(number,2)
def __str__(self):
print "hello"
return str(self.value)
if __name__ == '__main__':
a = Round_float(222.222222)
print a
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/python_dev/first_demo.git
git@gitee.com:python_dev/first_demo.git
python_dev
first_demo
first_demo
master

搜索帮助