str="Python_exam"print(str[7:11])print(str)STR=str.upper()print(STR)
Standard input is empty
exam Python_exam PYTHON_EXAM
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!