Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. s = "Hello Python!"
  2. s[-1] = '?'
  3. # it will throw error: we cannot modify a string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement