online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def chineeseWeekDays(day): daysweekEN = ("monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday") daysweekCN = ("星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日") for dayName in daysweekEN: if dayName == day: return daysweekCN[daysweekEN.index(dayName)] for day in ("wednesday", "friday", "monday"): print(f"{day.capitalize()} written in Chinese looks like this {chineeseWeekDays(day)}.")

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