MO
Size: a a a
MO
AE
T
A
T
b
A
T
A
T
T
T
T
F
F
AE
F
apt_list = []
apt_list.append(subprocess.check_output(['apt', 'list']))
if 'xfce4-terminal' in apt_list:
i = 0
while i != terminals:
subprocess.call(['xfce4-terminal', '--command\\', 'python3\\', 'Bomber.py\\', '-n\\', number, '\\-s\\', sleep])
i += 1
F
apt_list = []
apt_list.append(subprocess.check_output(['apt', 'list']))
if 'xfce4-terminal' in apt_list:
i = 0
while i != terminals:
subprocess.call(['xfce4-terminal', '--command\\', 'python3\\', 'Bomber.py\\', '-n\\', number, '\\-s\\', sleep])
i += 1
T
T