[Python] python中使用sharp模块的简单范例 →→→→→进入此内容的聊天室

来自 , 2019-06-26, 写在 Python, 查看 108 次.
URL http://www.code666.cn/view/ae502204
  1. from shapes import Shape
  2. from shapes import Rectangle
  3.  
  4. s1 = Shape(2,4)
  5. print(s1)
  6. r1 = Rectangle(4,8,3,5)
  7. print(r1)

回复 "python中使用sharp模块的简单范例"

这儿你可以回复上面这条便签

captcha