题解 | #网页的生成#
网页的生成
https://www.nowcoder.com/practice/eafb4afa3d504fcaadf313bdd4b90148
def expand (h):
ret =h*2
return ret
a,b=map(int,input().split())
print(expand(a),expand(b),sep='\n')
def 定义函数关键字
网页的生成
https://www.nowcoder.com/practice/eafb4afa3d504fcaadf313bdd4b90148
def expand (h):
ret =h*2
return ret
a,b=map(int,input().split())
print(expand(a),expand(b),sep='\n')
def 定义函数关键字
相关推荐