sex = input("你是男的女的:") if sex == "女": print("来") elif sex == "男": print("滚") else: print("死")
if elif else后面加引号 ==表示比较 =表示赋值