age = 12 if age == 12 : print("yes") else: print("no")
If else语句
原文:https://www.cnblogs.com/poirotluo/p/8149879.html