pythonCopy #python 3.x text = input("enter a string to convert into ascii values:") ascii_values = [] for character in text: ...
確定! 回上一頁