Question: How do I save output from print(%) in a list [ ] ??

 

How do I save output from print(%) in a list [ ] ?

I can copy and past the output and then define it but I want to find a way without copy paste

A:=[ output 1 from print(), output 2 from print(), output 3 from print() etc etc ]

 

Please Wait...