shellpy
shellpy copied to clipboard
Interference between shell and python syntax
using:
echo {1..9}
causes an exception to be thrown because python interprets it as a format specifier.