2 lines
46 B
Python
2 lines
46 B
Python
|
str(sum([x**x for x in range(1,1001)]))[-10:]
|
|
str(sum([x**x for x in range(1,1001)]))[-10:]
|