This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Shellmiao
/
weibo.com-crawler
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
e15c3427ab
Branches
Tags
master
weibo.com-cr...
/
Storage
/
Utils.py
Utils.py
57 B
Historique
Raw
1
2
def Merge(dict1, dict2):
return(dict2.update(dict1))