"Ken G." wrote
> Wow, I looked and looked. I can print out my program listing but can
> not print the resulted data produced by the program.
Printing is always difficult in a modern OS because your program
and Python cannot be sure of what kind of device it is going to print on.
Unix traditi
Rich Lovely wrote:
2010/1/2 Ken G. :
Wow, I looked and looked. I can print out my program listing but can not
print the resulted data produced by the program.
How do I print out on my USB printer the data output of my Python program I
ran in my Ubuntu terminal via Geany IDE?
I already wro
2010/1/2 Ken G. :
> Wow, I looked and looked. I can print out my program listing but can not
> print the resulted data produced by the program.
>
> How do I print out on my USB printer the data output of my Python program I
> ran in my Ubuntu terminal via Geany IDE?
> I already wrote several progr
Wow, I looked and looked. I can print out my program listing but can
not print the resulted data produced by the program.
How do I print out on my USB printer the data output of my Python
program I ran in my Ubuntu terminal via Geany IDE?
I already wrote several programs using raw_input, fil