思南1900

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年1月25日

摘要: # def test(x):# print(' >',x)## test('alex')# test(111111)class Typed: def __init__(self,key,expected_type): self.key=key self.expected_type=expected_ 阅读全文
posted @ 2018-01-25 11:42 思南1900 阅读(188) 评论(0) 推荐(0) 编辑