K12教育赛事综合服务平台
专注青少年竞赛题库网站
聚乐之家官方网站
下载聚乐之家官方App
程序1:
a = (5 > 4) + 2 print(a)
程序2:
a = 5 > 4 + 2 print(a)
3 False
True 2
True 3
3 True