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

    "r#{5}"
or in actual use something like

    "I have #{me.num_of_children}\n"
much better then Auto conversion In python

    "I have " + str(me.num_of_sons) + "and " + str(me.num_of_daughters) +"\n"
does get annoying


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: