online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
def semilla(numero): digito = numero while digito > 9: n = digito digito = 0 while n!=0: digito += n%10 n //= 10 return digito numero = int(input("Número: ")) print(f"Semilla de {numero} = {semilla(numero)}")

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue