using: `echo {1..9}` causes an exception to be thrown because python interprets it as a format specifier.
using:
echo {1..9}causes an exception to be thrown because python interprets it as a format specifier.