已知age =20, beauty =95,下列程序运行结果为 True 的是( )
A、age >=18 and beauty >=80
B、age =18 and beauty =80
C、age >=18 and beauty <=80
D、age <=18 and beauty<= 80
发布时间:2025-08-31 11:33:32
A、age >=18 and beauty >=80
B、age =18 and beauty =80
C、age >=18 and beauty <=80
D、age <=18 and beauty<= 80