t=newTable("Table1") # Create a new table with the default number of rows and columns print t t = newTable("MyTable",5,3) ...
確定! 回上一頁