Python can run one-liners from an operating system command line using option -c: python -c "print(3.0/2)". Calculates and outputs the result.
確定! 回上一頁