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