Python之打印变量2024-01-23 13:46:22 def myprint(v): print v print type(v) try: print v.shape except: try: print len(v) except: pass 上一篇:的下拉样式下一篇:990. 等式方程的可满足性