Python第二週 str的方法

 str.start #!/usr/bin/env python # Author:Zhangmingda while True: cmd = input('輸入字符:')#.strip() print('\033[32;1m%s\033[0m'% cmd) if cmd.startswith('get'): print('YES') else:
相關文章
相關標籤/搜索