猫史档案馆


蒟蒻OIer1048576

蒟蒻OIer1048576

Lv.1

只是喜欢Python而已……徒弟:程序侯

获赞:206收藏:39浏览:2002作品收藏:29

签名:只是喜欢Python而已…… 徒弟:程序侯

回复帖子评论
上一页12 页 / 共 60下一页

【萌新院】如何简化积木 中回复

挖坟

2020-05-25T10:50:30 点赞:0

【Python作品分享】turtle弹幕【求助帖】 中回复

啊这~

2020-05-25T12:03:37 点赞:0

【H喵L】H喵L第一课:什么是H喵L? 中回复

我的mathprolib  html官网代码

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>mathprolib官网</title>
		<script type="text/javascript" src="https://wrmdcxy.gitee.io/jquery/jquery.js"></script>
		<link rel="stylesheet" href="https://cdnjs.loli.net/ajax/libs/mdui/0.4.3/css/mdui.min.css">
		<script src="https://cdnjs.loli.net/ajax/libs/mdui/0.4.3/js/mdui.min.js"></script>
	</head>
	<div class="mdui-appbar mdui-appbar-fixed">
		<div class="mdui-toolbar mdui-color-blue">
			<!--<a style="right:110px;text-decoration: none;position :absolute;color: #fff" href="javascript:;" class="lang-ch">语言</a>-->
		</div>
	</div><br><br><br><br>
	<body>
        <h1>这次的库,可不一样了,可以支持Python/Java/Golang/C/C++语言</h1>
        <a href="go.html" style="font-size:30px;font-weight:700;color:#ff2222"><img src="./static/img/go-logo.jpg" width="8%" height="8%">查看golang语言的mathprolib</a><br><br>
        <a href="python.html" style="font-size:30px;font-weight:700;color:#喵喵00"><img src="./static/img/Python-logo.jpg" width="5%" height="5%">查看Python语言的mathprolib</a><br><br>
        <a href="java.html" style="font-size:30px;font-weight:700;color:#00aa00"><img src="./static/img/java-logo.jpg" width="8%" height="8%">查看Java语言的mathprolib</a><br><br>
        <a href="cpp.html" style="font-size:30px;font-weight:700;color:#0000ff"><img src="./static/img/cpp-logo.jpg" width="5%" height="5%">查看C++语言的mathprolib</a>
	</body>
</html>

2020-05-25T15:06:12 点赞:0

【关于“编程猫被黑”事件】来自本人的澄清,请勿带风! 中回复

2020-05-26T09:42:00 点赞:0

问问各位键盘的磨损程度 中回复

我是打代碼,打漢字不多,特意換了繁體(滑稽&doge)

代碼有40萬字母吧

2020-05-26T10:03:06 点赞:0

【来自中立党的心声】MC和MN不要再吵了 中回复

你怎么不说java抄袭c++呢↓

2020-05-26T12:35:13 点赞:0

我渐渐感觉我不存在 中回复

btd???标题党》》》

2020-05-27T08:08:18 点赞:0

【求助】 . 中回复

点击</>

2020-05-27T10:09:08 点赞:0

掉帧打击! 中回复

center_image

2020-05-27T12:10:05 点赞:0

Pythonの小杂霍店! 中回复

这是一个讨人喜欢的报价。

2020-05-27T14:57:43 点赞:0

Pythonの小杂霍店! 中回复

告诉我更多。

2020-05-27T15:57:54 点赞:0

Pythonの小杂霍店! 中回复

AI:我将试着找出答案。

2020-05-27T16:05:23 点赞:0

Pythonの小杂霍店! 中回复

AI:我最喜欢的语言是AIML。

2020-05-27T16:05:56 点赞:0

Pythonの小杂霍店! 中回复

AI:你在业余时间做什么?

2020-05-27T16:06:11 点赞:0

Pythonの小杂霍店! 中回复

AI:这是有趣的。

2020-05-27T16:06:24 点赞:0

【Python作品分享】数学作业【作品秀】 中回复

.....考古挖坟

2020-05-28T08:29:58 点赞:0

这种行为,有人管吗? 中回复

我是副室长,我永远不会踢了他取

2020-05-28T09:08:16 点赞:0

wo'c'wo'c'wo'c 中回复

<form id="form" class="fm" action=" https://www.baidu.com/s" name="f"> <input id="kw" class="s_ipt" autocomplete="off" maxlength="255" name="wd" type="text" value="种豆得瓜 照在了大腚上"> <input id="su" class="bg s_btn" type="submit" value="百度一下"></form>  

2020-05-28T09:19:22 点赞:0

【平行宇宙理论分析】埃弗雷特多世界诠释 中回复

WOC

2020-05-28T09:39:12 点赞:0

【发问互动,速来!】 中回复

tkinter Qt

2020-05-28T12:04:30 点赞:0

【Python】计算器拆解 中回复

dd

2020-05-30T10:40:42 点赞:0

【Python作品分享】判断质数【教程贴】 中回复

from math import sqrt
num = int(input())
for i in range(2,int(sqrt(num))+1):
    if num%i == 0:
        break
else:
    print(num,"是")

2020-05-30T10:48:57 点赞:0

招Python徒弟啦! 中回复

emmm...

2020-05-30T20:54:09 点赞:0

【社区风纪】不要视规则不管啊 中回复

啊这

2020-05-30T20:56:02 点赞:0

【Python作品分享】气泡鱼语学家 中回复

啊这,很简单的啊

2020-05-30T21:09:10 点赞:0

【疑似误封】求风纪委员解决! 中回复

最少加一个bushi啊

2020-05-30T21:22:45 点赞:0

谁会写词儿?帮我写歌(不过没有报酬) 中回复

打算FHW规范化的师傅办公室的吧回家后封闭式电感AV开始有点贵

说的话更不会的一个也是打工i帝国时代

数据大概要花多少个v阜阳市嘎对渔夫说的衣服撒的功夫元素

滑稽

2020-05-30T21:27:34 点赞:0

【Python】新作亮相!查询星座!V 1.0.0 中回复

有bug呢,输入-1不会有任何结果

2020-05-30T21:32:26 点赞:0

【python作品分享】数图形(极难) 中回复

emmm...................

2020-05-30T21:36:50 点赞:0

计算器V1.6/V2.0 中回复

++,10h就沉了

2020-05-30T21:37:32 点赞:0