Regarding print.e
- Posted by cklester <cklester at yahoo.com> Jun 04, 2004
- 408 views
-- how to print \n and non-string sequences? include get.e include print.e object junk print(1, "The weights are: ") print(1,{65,66,67}) print(1,"\n") junk = wait_key()