4 Antworten
+ 3
print(input().split()[1])
+ 2
Hints:
● Get input and act properly when it is empty.
● Split the input by space.
● See if there's exactly 3 parts produced by splitting. Notify user for invalid input when there's less than or more than 3 parts resulted by split.
● Return the second part of the split result.
0
Could u plz help me by giving the codes.!! And Md Sahil we have to get name inputed so we don't have idea about the index!!
Or could u help me with code!!
Thankyou😀😀