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

Python:

    [x**2 for x in range(32,100) if x**2 // 100 + x**2 % 100 == x]
    [2025, 3025, 9801]



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: