Answer the question
In order to leave comments, you need to log in
Where and how to save parts of the code?
With education, namely practice, you get a bunch of code that is not always bad, and often as you develop, you want to run back in time and get the code that was during training so as not to print it again, but it was not saved anywhere. How exactly do you act in such cases?
Answer the question
In order to leave comments, you need to log in
If I understand correctly what you want ;)
s = {"oid":"1455","link":"https://vk.com/id248376867?w=wall248376867_531","orid":19282},{"oid":"1497","link":"https://vk.com/wall59628_30351","orid":19283}
print(s[1])
Use git and host somewhere (you can host both the project and just a piece of code):
https://github.com/
https://bitbucket.org/
https://about.gitlab.com/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question