
Lv.1
签名:回来啦 正为RM OS操劳 不知道什么时候才能凑齐人 要上初中了~~~
在 小调查、、 中回复
膜拜大佬
https://shequ.codemao.cn/community/361796
那个是要求的三阶泰勒展开
我做出来了
2021-02-04T22:42:34 点赞:0
在 【蝌蚪文】包含多字节的蝌蚪文 中回复
m͇͎͍͊̃͘o͙͕͆͛͝n̪͍̪͇͉͋͐̇͗͐s̛͓͚̳͍͛͌͗t̨͖͕͔͕͆͛͆e͉͔͈͓r͍͕̹͌͘s͈͎̠͗͑
2021-02-21T10:30:54 点赞:0
在 看!快看! 中回复
class Post():
def __init__(self,year,ty_pe):
self.year=year
self.ty_pe=ty_pe
def output_judgment(self):
if self.year<2020 or self.ty_pe=='官方精贴':
print('这个'+str(self.year)+"年的"+self.ty_pe+'适宜挖坟')
else:
print('这个'+str(self.year)+"年的"+self.ty_pe+'不适宜挖坟')
T=Post(2018,'水贴')
class Luoyang_shovel():
def __init__(self,Effect):
self.Effect=Effect
def dig_grave(self):
if self.Effect == '挖坟':
if T.year < 2020 or T.ty_pe == '官方精贴':
print('洛阳铲,挖!')
L=[Luoyang_shovel('铲土'),Luoyang_shovel('挖坟')]
T.output_judgment()
for i in L:
i.dig_grave()
2021-05-17T19:07:15 点赞:0
在 《龙魔决》系列评论区 中回复
影子在吗?
给小说提几个建议:
1.洛炎戏份太少了,像个跑龙套的
2.作者(苦苦哀求),给洛炎加个挂(这主角弱得...)
3.星落辰太B T了,前世9000星,削一下
2021-06-21T17:44:41 点赞:0