Create a function that prints the following lines based on arguments provided during execution.
- "G" or "g" -> "The defendant is guilty."
- "N" or "n" -> "The defendant is not guilty."
- "P" or "p" -> "The trial has been postponed."
- Any other string -> "Order Order!"