what is the output of the following code?
print ( [1,2,3,4] < [7,1])
Answers
Answered by
1
Answer:
when you type print ( [1,2,3,4] < [7,1]) then the output is true
Similar questions