print capture frame to default printer from python script code example
Example 1: print python
print('Hello, world!')
Example 2: how to print something in python
print("hello guys")
print('Hello, world!')
print("hello guys")