- 博客(2)
- 收藏
- 关注
原创 再一次求助
编24点程序时遇到的问题 大佬好呀,Python小白又来求助啦! 这次的问题是在编24点时遇到的一个问题:如何将用户输入的数字运算出结果? 源代码: import random shuzi_str_one=str(random.randint(1,10)) shuzi_str_two=str(random.randint(1,10)) shuzi_str_three=str(random.randint(1,10)) shuzi_str_four=str(random.randint(1,10)) def
2020-08-16 10:36:51
301
1
原创 2020-08-09
搭建服务器时遇到无法解决的错误 各位大佬好,我是Python小白,在搭建服务器并运行客户端时出现了这样的错误: gaierror: [Errno -3] Temporary failure in name resolution 服务器源代码: from socket import * H=’’ P=10888 s=socket(AF_INET,SOCK_STREAM) s.bind((H,P)) s.listen(1) c,a=s.accept() print(‘Client’s Address:’,a)
2020-08-09 14:03:12
424
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅