# Taking multiple inputs in a single line · # and type casting using list() function · x = list(map(int, input("Enter multiple values: ").split())) · print("List ...
確定! 回上一頁