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

hausaufgabe--python 18- Defined specific Functions

时间:2017-06-15 00:37:48      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:str   alt   png   efault   cti   images   access   efi   ring   

000-- Define a function which meets below criteria:

a- if the last parameter != 5, then get the sum of all the parameters and multiple base=3

b- if the last parameter ==5, then the base = 5 and mutiple the left parameter‘s sum.

 技术分享

 

 

 

running result:

技术分享

 

 001-- define a function, to look for the data meet : abc = a^3+b^3+c^3

 

技术分享

 

 

running result:

技术分享

 

 

002--define a function to search how many times a sub String show in a target String

技术分享

 

 

running result:

技术分享

 

 

003-- functions decument 

def MyFirstFunction(name):
‘函数文档在函数定义的最开头部分,用不记名字符串表示‘
print(‘I love python.com!‘)

 

To access the clarification of the functions:

>>> MyFirstFunction.__doc__

oder:

help(MyFirstFunction)

 

005--key parameter

 

 

 

 

 

006-- default parameter

技术分享

 

hausaufgabe--python 18- Defined specific Functions

标签:str   alt   png   efault   cti   images   access   efi   ring   

原文地址:http://www.cnblogs.com/Shareishappy/p/7011495.html

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