
Lv.1
只是喜欢Python而已……徒弟:程序侯
签名:只是喜欢Python而已…… 徒弟:程序侯
在 谁打的出这个 中回复
▂▂▂
▂▂▂▂╱ ▕▂▂▂▏
▉▉▉ ▕▂▂▂▏
▉▉▉ ▕▂▂▂▏
▔▔▔▔╲ ▂▂▂▏
▏▕
▏▕
\.▕
我不是复制,我是
CTRL+C CTRL+V![]()
2020-07-26T09:35:20 点赞:0
在 【Python作品分享】Dos操作栏 1.0【作品秀】 中回复
import os
while 1:
os.system(input("command>"))2020-07-28T21:01:48 点赞:0
在 【Python教程连续剧--1】一起爬山吗 [doge] 中回复
#include <iostream>
using namespace std;
int main(){
cout << "一起爬山吗" << endl;
return 0;
}
2020-07-29T13:28:16 点赞:1
在 【Python教程连续剧--1】一起爬山吗 [doge] 中回复
// Go语言版本
package main
import "fmt"
func main(){
fmt.Println("一起爬山吗")
}2020-07-29T13:29:54 点赞:1
在 【Python教程连续剧--1】一起爬山吗 [doge] 中回复
import re
def OUTPUT(string):
print(re.findall("output\((.*?)\)", string)[0])
OUTPUT("output(一起爬山吗)")
2020-07-29T13:32:17 点赞:1
在 【社区星推荐】第23期·社区风纪委员在线征集吐槽 中回复
——————————————————-——前70楼都是前排————————————————————
最后一个前排
2020-07-29T17:25:54 点赞:0
在 【净网行动】社区论坛需要绑定手机号才可以发言啦!!! 中回复
#python
小号 = 0
// Js
const 小号 = 0;
//C++
const int 小号 = 02020-07-31T07:33:39 点赞:0