码迷,mamicode.com
首页 > 编程语言 > 详细

Learn Python 014: Funtions

时间:2017-07-16 23:26:08      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:blog   turn   ret   pytho   int   log   class   return   highlight   

def weight_converter(gram):
    total_weight = gram / 1000
    return str(total_weight) + ‘KG‘
the_weight = weight_converter(3000)
print(the_weight)

 

Learn Python 014: Funtions

标签:blog   turn   ret   pytho   int   log   class   return   highlight   

原文地址:http://www.cnblogs.com/mxyzptlk/p/7192242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!