python基础:字符串中找到最大的字母
1、打开cmd

2、进入Python交互界面

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

4、用max方法找到最大的字母bStr = str.max()

5、打印输出

1、1.打开cmd
2.进入Python交互界面
3.定义字符串 str = 'this is a test'
4.用max方法找到最大的字母bStr = str.max()
5.打印输出
阅读量:106
阅读量:57
阅读量:194
阅读量:62
阅读量:102
1、打开cmd

2、进入Python交互界面

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

4、用max方法找到最大的字母bStr = str.max()

5、打印输出

1、1.打开cmd
2.进入Python交互界面
3.定义字符串 str = 'this is a test'
4.用max方法找到最大的字母bStr = str.max()
5.打印输出