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

BTW this also works:

    python3 -c 'print(range(10)[::-1])'
    range(9, -1, -1)


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

Search: