Skip to content

Instantly share code, notes, and snippets.

@AnnikaNoren
Created November 2, 2020 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnnikaNoren/4d05d8657094b8bd677091035b03e370 to your computer and use it in GitHub Desktop.
Save AnnikaNoren/4d05d8657094b8bd677091035b03e370 to your computer and use it in GitHub Desktop.
def disarm_short(num):
return (sum(int(j) ** (i+1) for i,j in enumerate(str(num))) == num)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment