python适合开发 窗体 合适 命令式 交互系统?各有啥优势?
都可以。窗体:GUI编程,可以使用tkinter(内置),pygame(需下载),turtle(内置)……命令式的话,用print,input,就可以了