博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hausaufgabe--python 19- Functions 2
阅读量:6086 次
发布时间:2019-06-20

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

000-- define a function to check if a string is a symmatrical string

 

 

running result:

 

referred :

how to reverse a string: 

http://www.jb51.net/article/15700.htm

 

001--  define a function to count the passed parameters's amount of letters, digits, spaces, and other symbols 

 

count('I love DuoKai.reedy', 'I love you because who I am while I with you. wish we are the best1314.!@#$')

running result:

 

002-- functions in python 

in python, all the functions have something for return even there is no 'return' request in the code. the type for the non return function is 'None'

 

004-- you can return almost all the types for the functions .  By default, you need to put them in the tupple with ' , ' to separate them. 

 

005-- Do not use too much global values when it's not mandatory 

 

转载于:https://www.cnblogs.com/Shareishappy/p/7041648.html

你可能感兴趣的文章
codeforces Gym 100187A A. Potion of Immortality
查看>>
2016校招内推 -- 腾讯SNG前端 -- 面试经历
查看>>
HDU 4125 Moles 段树+KMP
查看>>
Apache2.2+Tomcat7.0整合配置详解
查看>>
Android程序的入口点
查看>>
嵌套怀疑条件运算符和一个逗号,大神寻求答案(自愿解决)
查看>>
50、Toast自定义布局
查看>>
STM32F4 Timer simplified block diagram
查看>>
python安装
查看>>
poj 1979 Red and Black(dfs水题)
查看>>
javascript与java编码互转
查看>>
【C++】类的特殊成员变量+初始化列表
查看>>
pip安装使用详解
查看>>
数学 - Codeforces Round #319 (Div. 1)A. Vasya and Petya's Game
查看>>
ExtJs--02--MessageBox相关弹出窗口alert,prompt,confirm采用
查看>>
滴滴快车奖励政策,高峰奖励,翻倍奖励,按成交率,指派单数分级(9月7日~9月13日)...
查看>>
NSDictionary 键值对查找
查看>>
初步boost之pool图书馆学习笔记
查看>>
QR代码简单
查看>>
Linux内核启动流程分析(一)【转】
查看>>