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
Branche:
master
Branches
Tags
master
weibo.com-cr...
/
Storage
/
Utils.py
Utils.py
57 B
Lien permanent
Historique
Raw
1
2
def Merge(dict1, dict2):
return(dict2.update(dict1))