python基础:返回字符串中最小的字母
1、打开cmd

2、进入python交互界面

3、定义字符串 str = 'this is a test'

4、用min()方法找到最小字母 smallStr = min(str)

5、打印输出

1、1.打开cmd
2.进入python交互界面
3.定义字符串 str = 'this is a test'
4.用min()方法找到最小字母 smallStr = min(str)
5.打印输出
阅读量:184
阅读量:51
阅读量:69
阅读量:94
阅读量:63