FX-玩列表

Posted wpss

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FX-玩列表相关的知识,希望对你有一定的参考价值。

list = []
while True:
meus = ("1.查看","2.添加","3.删除","0.退出")
print(meus)

inputs = input("请选择:")
if inputs == "1":
print(list)
print("---")
elif inputs == "2":
inputs = input("添加:")
list.append(inputs)
elif inputs == "3":
print(list)
print("--------")
inputs = input("删除")
list.remove(inputs)
elif inputs == "0":
break

print(list)




















以上是关于FX-玩列表的主要内容,如果未能解决你的问题,请参考以下文章

玩会儿Compose,原神主题列表

设计模式这样玩泰简单(Golang版)-迭代器模式

设计模式这样玩泰简单(Golang版)-迭代器模式

MQTT服务器搭建+MQTT.fx测试+Wireshark抓包

具有来自 itemsource 或用户输入的选定值(路径)的可编辑组合框

Flex Hero中的简单列表(Buritto)