mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 04:36:08 -04:00
Update happy_number.py
This commit is contained in:
parent
cf32f0112c
commit
e522443df1
@ -1,3 +1,8 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# author: bt3gl
|
||||||
|
|
||||||
|
|
||||||
def get_next(n):
|
def get_next(n):
|
||||||
|
|
||||||
total_sum = 0
|
total_sum = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user