I'm trying to make a dictionary for the text file Subscrition_Info.txt. the text file looks like this:

I need to make it into a dictionary named subscriptions, but I don't know how to because the list has more then 2 values.
Any ideas of how to solve this issue?
I have tried:
but the code doesn't work and the error is :

If the items you want are the first two from each row, you can store those to
key&valand discard the remaining items with the following: