import sys # sys.stdin.readline() 相當於input,區別在於input不會讀入'\n' aa = sys.stdin.readline() bb = input('請輸入:') print(len(aa)) ...
確定! 回上一頁