gist/crimes/nix-python-polyglot

22 lines
228 B
Plaintext

try:
with """ "
;(
{ pkgs ? import <nixpkgs> {} }:
{
a = 10;
b = "foo";
c = pkgs.bash;
}
) try
/*
""": pass
except: pass
print("python behavior here")
print('${meow}')
print("\n")
#*/