gist/crimes/nix-python-polyglot

22 lines
228 B
Plaintext
Raw Normal View History

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