How to print FF (form feed) character?

Viewed 15709

I do some old report conversion and need to add "new page" FF character. What's the syntax to print FF character from Python?

1 Answers
Related