为什么Python没有像许多其他编程语言那样的'do while'循环,比如C?
示例:在C中我们执行while循环,如下所示:
do {
statement(s);
} while( condition );
Run Code Online (Sandbox Code Playgroud) 我正在尝试安装Scrapy,但在安装过程中遇到此错误:build\temp.win-amd64-2.7\Release_openssl.c(429):致命错误C1083:无法打开包含文件:'openssl/opensslv.h':否这样的文件或目录
我检查过文件"opensslv.h"在这里"C:\ OpenSSL-Win64\include\openssl".而且我还在Path中包含了这个"C:\ OpenSSL-Win64\include"系统变量.
坚持这几个小时,有人可以帮帮忙吗?谢谢.
"cryptography-1.5.2"包中也发现了同样的问题