1 line
46 B
Python
1 line
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:]
|