age=19
if ang>=18print("You are old enough to vpte")这个怎么运算
age = 19 if age >= 18: print("You are old enough to vpte")
??什么意思第一行给age设个int,为19第二行是if age>=18,对age做个判断因为age为19,判断为真,进入if内部,输出