天天看點

惡搞惡搞

惡搞

⚠:此文章隻作為娛樂。

command

rem C:\users\admin\desktop\wegame.bat
:a
echo 滾!
echo 真煩!
echo 10
echo 9
echo 8
echo 3
echo 2
echo 1
echo 分身!
start C:\users\admin\desktop\wegame.bat
goto a
           

python

#同學源代碼
#對chr的應用
for i in range(100):
	print(chr(i))
           
#經過我的“弄巧成拙”之手以後:
#對chr的應用
class 錯了吧Error(Exception):
	pass
for i in range(100):
	print(chr(i))
print("結束了是吧!")
print("來人,上Traceback!")
raise 錯了吧Error("哈哈,恨我不,傷心不,咋地!") #最欠揍的話
           

c++

#include<iostream>
using namespace std;
int main(){
while(true){ //while最洗腦的循環版本
cout << "你剛才說啥?" << endl;
}
return 0;
}
           

還有很多的版本…