Checking string for all chars are numeric or not in Python. ... my_str='abc_45' print(my_str.isnumeric()) # Output is False my_str='1234#56' ...
確定! 回上一頁