cheat.sh icon indicating copy to clipboard operation
cheat.sh copied to clipboard

Cheat.sh/python returns javascript result

Open SoptikHa2 opened this issue 5 years ago • 1 comments
trafficstars

lucy:~:% curl cht.sh/python/range
#  JavaScript function similar to Python range()
#
#  For a very simple range in ES6:

let range = n => Array.from(Array(n).keys())

#  [user1969453] [so/q/8273047] [cc by-sa 3.0]

I would expect to get python result when I specified python in the query.

SoptikHa2 avatar Aug 01 '20 12:08 SoptikHa2

Yes, it is possible (but happens) rare. This is a know bug, and hopefully will be fixed in future

chubin avatar Aug 06 '20 04:08 chubin