Tại sao lệnh trong python hiện lỗi: "raw_input() takes from 1 to 2 positional arguments but 7 were given" vậy thầy ơi?
Code là:
values=input(34,67,55,33,12,98)
l=values.split(",")
t=tuple(l)
print (l)
print (t)
Chào bạn bạn thực hiện code như sau
nếu bạn dùng input thì như sau