💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#### 输入 ``` str = input("请输入:") print(str) ``` #### 输出 ``` num=5 print("hello " if num>5 else "world" ) # if bool() ->true AAAAA.false BBBBB print("AAAA" if bool(3) else "BBBB" ) ```