用户:
林Levy查看:0 回复:0 评论:0 创建时间:2022-03-04T20:56:59
【作品展示】

【作品介绍】
求赞
【作品源代码】
friends = ["林炯佑LJY", "赖奕辰", "李主熙", "施佐", "蔡知衡", "林钲轩"]
while True:
choice = input("加好友进群请按“+”,请人出群请按“-”,聊天请按“L”,完成请按停止程序:")
if choice == "+":
c = input("进群好友姓名:")
friends.append(c)
print('当前群内成员:', friends)
if choice == "-":
c = input("退群成员姓名:")
friends.remove(c)
print('当前群内成员', friends)
if choice == "L":
print("赖奕辰:呵呵~")
print("施佐:NBA最棒!")
xx = input("你要输入什么?")
print("我:" + xx)
print("李主熙:돟ㄱㄷㅇㄷㅣㅌ")
print("林钲轩:……")
#if choice == "斗罗":
#print("您已进入管理界面!")
#ml = input("您要干什么?(修改程序,清空程序)")
#if choice != "+" and choice != "-":
#print('当前群内成员:',friends)
#break
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn