online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
print("***************************** Script To Reverse String **********************************\n") s = input("Enter the string value : ").strip() print("\n-------------------------------------------------\n") print("Given string is :",s) print("reversed string is :",s[::-1]) print("\n-------------------------------------------------") print("\n\t\tNikhil R")

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