online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
def calculate_statistics(numbers): total_sum=sum(numbers) average=total_sum/len(numbers) count=len(numbers) return total_sum,average,count numbers_list=[10,20,30,40,50] total,avg,count=calculate_statistics(numbers_list) print(f"Totalsum:{total}") print(f"Average:{avg}") print(f"Count of numbers:{count}")

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