Use UiPath to trigger python script

I have a python script and i want this to run with command prompt using UiPath, i.e. i want the python script to produce the output in command line itself. Is there any activity for that.

@raviranjan,
Your use case is it that you want run python script in command prompt from uipath?

if that is the case you can open command prompt and run python script using type into activity with enter this would run the python script

Ya that is an option but is there any way to use PowerShell activity to do so ?

Regards
@raviranjan