I'm new to the usage of pycharm and a .bash file. I've got a python script and a .bash file. I'd like to run the python code through the .bash file.
So if the code is like
def func(para):
print(para)
[this is just an example of a parametrized code] how do I run the script while also answering the parameter through the bash file. Any response is greatly appreciated. (also it does not have to be a .bash file any other shell type is ok too)