Munchausen Numbers (Python)metehaansever (32)in #coding • 6 years ago Look how cool is this number and here is the crystal clear code to reach this number in Python. Source #Codes for i in range(5000): if i == sum(int(x) ** int(x) for x in str(i)): print(i) Source You can follow me in Github. Thanks for upvote :) #python #mathematics #software #codes
Congratulations @metehaansever! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!