79374553

Date: 2025-01-21 13:21:19
Score: 1
Natty:
Report link

I prefer it like that:

add:

import datetime

# Write this in the first line:

t1 = datetime.datetime.now()

# Write this in the lastline:

t2 = datetime.datetime.now()

print('Cell ran in ' + str(t2-t1))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: FelahBr