fork download
  1. str="Python_exam"
  2. STR=str.upper()
  3. print(STR)
  4.  
Success #stdin #stdout 0.08s 14164KB
stdin
Standard input is empty
stdout
PYTHON_EXAM