if type(x) == str: print("it's string.") elif type(x) == int: print("It's integer.") ... Please always put the code after running from python ...
確定! 回上一頁