アットウィキロゴ

099

class f:
      def f1(self,a,b):
          return a+b
 
g=f()
a=g.f1(4,5)
print(a)     
最終更新:2017年12月26日 07:47