Post

@PythonPr Bottom one fails with SyntaxError because Python keywords are case-sensitive: While ❌ should be while ✅.
English

@PythonPr In the correct code ,w is in small character............,........
................................
English

@PythonPr How can anybody waste their time with that .
7 _iota 1+i
returns the list
1 2 3 4 5 6 7
to do w as you want . Displays in the ` res window automatically , but saved as R0 so may write
R0 .. *i +/ | to get sum of squares .
140
cosy.com/CoSy/Simplicit…
cosy.com/4thCoSy/
English

@PythonPr The small letter "w" replaced with the capital letter "W".
English

@PythonPr Python is case sensitive so it should be “while” instead of “While”
English















