Python Execute Bot Error

  • 7 April 2024
  • 1 reply
  • 25 views

Badge

I’m doing the Learning Trail: https://upskill.automationanywhere.com/learn/video/getting-started-with-the-python-package

On the Python section.
I’m supposed to input a text on the prompt.
Then use Python script to reverse the input.
But the output is just saying output error.


I don’t think it’s an installation issue.
Also my scripts are working outside of AA

 


1 reply

Badge +1

Check if the indentations are correct.

For example, If you are using tab in first line, you should use the same thing in second line as well then you will get the correct output

Reply