
Lv.1
我特别喜欢徐梦圆
在 有没有人帮导音乐 中回复
ht tp://m10.music.126.net/20220119172302/c687d51d02f545ca9ebbc275f88c26ae/ymusic/obj/w5zDlMODwrDDiGjCn8Ky/3662000010/1491/fb1c/ff8a/36e03b90ab56e9d93c92ad23d1e5da90.mp3
2022-01-19T17:00:24 点赞:0
在 测试()() 中回复
https://static-games.codemao.cn/trainer/pc/res/import/98/98ebcb55-60a1-45f7-aad1-e7790639b137.1845e.json
2022-01-28T20:18:29 点赞:0
在 源码精灵背景音乐 中回复
h----ttps://static-games.codemao.cn/trainer/pc/res/raw-assets/e2/e257c喵0-78e5-4150-8854-b8201ac3efbf.喵d0a.mp3
2022-02-08T19:28:40 点赞:0
在 源码精灵背景音乐 中回复
ht----tps://static-games.codemao.cn/trainer/pc/res/raw-assets/a8/a880a9c0-6fde-4f25-ad8a-974aa8409d04.19938.mp3
2022-02-08T19:29:15 点赞:0
在 说说各位对python的各类第三方库的熟悉程度吧 中回复
requests会一点点 importrequests requests.get('htt'+'ps:www.tropicaltidbits.com')
2022-02-12T16:37:31 点赞:1
在 谁能打出这个!不准复制 中回复
☛imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E7%B4%A7%E5%BC%A0.gif"alt="emotion_编程猫_紧张"width="0"height="0" ☚
2022-02-28T07:32:24 点赞:0
在 防喵软件(ui版) 中回复
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Pyblock\resources\app\Python-win喵\lib\tkinter\__init__.py", line 1702, in __call__
return self.func(*args)
File "E:\PyFiles\fromcc\防喵软件(ui版).py", line 36, in copy
st2['state'] = NORMAL
NameError: name 'st2' is not defined
2022-03-31T20:59:01 点赞:0
在 【Python作品分享】新的作品【求助帖】 中回复
for i in range(what/(run_long+swim_long+gum_long)):2022-04-12T07:08:31 点赞:0
在 气泡语大改进!你们学废了吗? 中回复
from typing import Union
def qpy(s):
a=ord(s)
a=bin(a)
a=a.replace('0b','')
a=a.replace('0','o')
a=a.replace('1','O')
return a
def longqpy(s,fgf:str):
l=[]
for i in range(len(s)):
l.append(qpy(s[i]))
return fgf.join(l)
def tsqpy(s,zf0,zf1,fgf):
l=[]
for i in range(len(s)):
l.append(qpy(s[i]))
a=fgf.join(l)
a=a.replace('o',zf0)
a=a.replace('O',zf1)
return a
2022-04-14T19:22:33 点赞:0