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])
Last updated 5 years ago
Was this helpful?