5-2

1 #5-2
2 def mul(x, y):
3   return x * y
4 
5 print mul(4,5)  
View Code

相关文章: