时间:2024-10-11 20:25:41
1、打开cmd
2、进入python交互界面
3、定义字符串 str = 'this is a test'
4、用min()方法找到最小字母 smallStr = min(str)
5、打印输出