else [ Block 3 ] 循环语句有三种:while循环、repeat-until循环和for循环,其语法均与Pascal类似,只是用缩进代替begin - end; 例如: 1. x ← 0 2. y ← 0 3. z ← 0 4. while x < N 1. do x ← x + 1 2. y ← x + y 3. for t ← 0 to 10 1. do z ← ( z + x * y ) ...
You need to have python3 point to Python 3.6 in your shell! Either use an alias in your .bashrc or a distribution that comes with Python 3.6. It uses the following libraries: PyQt 5 - UI framework pyQode - PyQt code editor with syntax highlighting Pygments - Syntax highlighter for printin...