cpy icon indicating copy to clipboard operation
cpy copied to clipboard

Cpy provides you a way to write Python codes in C syntax!

Results 1 cpy issues
Sort by recently updated
recently updated
newest added

The following expression does not work: ``` function f(a, b) { return (a + b, a * b); } print f(1, 2); ``` It gives the error: ``` line 3:17...