What does this code print?
s = "hello" try: s[0] = "H" except Exception as e: print(type(e).__name__)
← → arrow keys to navigate
Sign in to save your progress.