複習一下Python的字串處理: 文字相關方法name="Benjamin" ... 判斷字串是否全為大寫# False print('Benjamin'.islower()) # 判斷字串是否全為小寫# ...
確定! 回上一頁