online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import random sayi1 = random.randrange(1,9) print(sayi1) sayi2 = random.randrange(10,99) print(sayi2) topla = sayi1 + sayi2 print("Lütfen cevabı giriniz: ") cevap = int(input()) if cevap == topla: print("dogru") else: print("yanlis")

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