Answer the question
In order to leave comments, you need to log in
How to create a dictionary from a certain string?
total = "messages=456?time=05:12:56"
How to get such a dictionary from the total
string :
{
"messages": "456",
"time": "05:12:56"
}
"messages=456?time=05:12:56?author=you" -> {"messages": "456", "time": "05:12:56", "author": "you"}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question