Last updated 4 years ago
We get that the numbers are generated by squaring the number and taking the middle digits or something?
script below:
n = int(input()) print(str(n**2)[50:-50])