摘要:
>a,b,c,d,e=1,2,"three","four",5print(a,b,c,d,e)R:1 2 three four 5>print(a,b)a,b=b,aprint(a,b)R:nil nilnil nil表示空>1 print("---------------------------");2 3 a,b,c,d,e=1,1.123,1E9,-123,.00084 print("a="..a,"b="..b,"c="..c,"d=&qu 阅读全文
posted @ 2012-05-02 23:25
沙漠之泉
阅读(205)
评论(0)
推荐(0)

浙公网安备 33010602011771号