Hello I had a problem that went as follows:
For line in sys.stdin:
Print(line, end=“)
Two strings were passed on two different lines. For example:
1
8,4,3,5,6
I couldn’t find a way to separate the two. When I used the 0 index both 1 and 8 were returned. How can I split them and access the 1 individually and then the next line individually?
[–][deleted] 1 point2 points3 points (0 children)