Ver originalimport psutilprint [pid for pid in psutil.get_pid_list() if psutil.Process(pid).name == "python"]