Sorry, I can't speak English so I'm using a translation software to ask my question.
A recent update has made it possible to use Python3. However, when outputting Japanese characters with Python3, the characters are garbled. For example, when you execute "print("こんにちは")", it outputs " ɂ ". This only occurs when the Python version is 3.4, with Python2.7, it correctly outputs "こんにちは". I think this is a problem with the decoding of Power Automate Desktop, but is there a solution?
Now that I can use Python3, I would like to perform more advanced processing and master it.