read -p "How many numbers: " n python <<END for i in range($n): print(i) print("Literal dollar sign $") END