Result Size: 625 x 664
x
 
import datetime
x = datetime.datetime.now()
print(x.strftime("%Y"))
2025