-
### 学员信息
- 学号:
- 学习内容:
- 学习用时:
教练:
@XINGRUFANG
### 学习笔记
print('%s*%s=%s'%(x,y,x*y),end='\t')
在这种print函数中,前面字符串中%s会一一对应后面%()中的元素。后面的end=‘\t’可以把每个结果之间以空格分开。
num1 =int(input("number1:"))
i…
-
能响应消息,但是写在第一行的print没有效果,文档是不是该更新了?
-
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:137: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may ca…
-
我尝试在错误信息说的那两个文件前面加上:
#!/usr/bin/python
# -*- coding: utf-8 -*-
但是还是没有解决
以下是错误信息:
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\wxpy\api\chats\c…
-
-
@bot.register(my_friend)
def reply_my_friend(msg):
xiaoi.do_reply(msg)
然后微信中回复一大串 html代码...
-
-
```
group1 = bot.create_group([friends.search('A pretty girl')[0], friends.search('boyce')[0]])
File "/usr/local/lib/python3.6/site-packages/wxpy/api/bot.py", line 403, in create_group
raise …
-
bot在初始化过程中,嵌入了登录逻辑,导致无法自己在外部写线程定时拉取二维码的QR。
-
目前已经更换新旧程度不同的多个微信进行操作,但都报错,不能正常运行代码或进行测试。有已经解决的同学麻烦帮下忙,留个言,谢谢