## 定义 先看一个例子: ~~~ >>>#变量引用str >>> s = "abc" >>> s 'abc' >>>#如果这样写,就会是... >>> t = 123,'abc',["come","here"] >>> t (123, 'abc', ['come', 'here']) ~~~

评论区

登录 后参与评论
× Preview