online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def GPAClaculator(gpa): if(gpa == "A"): print(4) elif(gpa == "B"): print(3) elif(gpa == "C"): print(2) elif(gpa == "D"): print(1) elif(gpa == "F"): print(0) else: print("Enter a valid Input!!") gpa = input().strip() GPAClaculator(gpa)

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