online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import random import sys a=input("what is your name\n") b=input("hi " + str(a) + " welcome to story mode,\nthe game is your choice,\n1=among us, 2=fortnite, 3=random\n") if b == 1: among.among() if b == 2: fort.fort() if b == 3: d=[1,2] e=random.choice(d) if e == 1: among.among() if e == 2: fort.fort()
def among(): print ("hello") aa=input ("welcome to among us story mode\npress enter to begin\n")
def fort(): print ("hello")

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