K12教育赛事综合服务平台
聚乐之家官方网站
下载聚乐之家官方App
专注青少年竞赛题库网站
def fun(x,y): if x > y: rst = 2 ** x else: rst = x ** 2 return rst x,y = 3,5 print(fun(x,y))
6
10
9
25