Example Program # Demo of isupper() s=”Python Programming” print(s.isupper()) s=”PYTHON ProgramMING” print(s.isupper()) Output False True 30. isnumeric() ...
確定! 回上一頁