03-11-2024 03:41 AM
i am trying to run a simple python code to print hello world but i am not able to see the output or pass it to the mapper snap
Solved! Go to Solution.
03-11-2024 04:15 AM
If you want only to print the message, then add:
self.output.write("Hello World")
03-11-2024 03:53 AM
03-11-2024 04:06 AM
03-11-2024 04:15 AM