Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nerfhammer
on Oct 16, 2013
|
parent
|
context
|
favorite
| on:
Coding Interview Tips
You can't even assign by index with strings
str[0] = ... will trigger an exception
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
str[0] = ... will trigger an exception