Test

Test


#py
from datetime import *
a = datetime.now()
matrix = [[a for a in range(600)] for j in range(600)]
b = datetime.now

Report Page