I am working with ArcGIS Pro v2.4.1, and am trying to produce newlines using arcpy.AddMessage when running a script tool. I just want to create some blank spaces between messages, but none of the following seem to work when running the tool in ArcGIS Pro:
arcpy.AddMessage("\n")
arcpy.AddMessage("")
arcpy.AddMessage(" ")
However, these do work when running the tool in ArcMap. Is there a reason why these might not work in ArcGIS Pro?