Use built-in functions to convert between integers, floating point numbers, and strings. ... PYTHON. print(1 + int('2')) print(str(1) + '2') ...
確定! 回上一頁