Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  input_string = "VMS"
  output_string = ''.join([chr(ord(char) + 1) for char in input_string])
  print(output_string)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: