在C中,我会这样做:
int i; for (i = 0;; i++) { if (thereIsAReasonToBreak(i)) { break; } }
我该如何在Python中实现类似的功能?
用户名或邮箱地址
密码