Create a user dictionary, and save the user's time to create the dictionary, and print to the console.

import time

stapm={}
Time=time.localtime()
stapm["time"]=Time
print(stapm)

Published 14 original articles · won praise 0 · Views 113

Guess you like

Origin blog.csdn.net/beyongboy/article/details/104878894