Which identifier from the propagandist package can another package access directly?
propagandist
Shout, because its name begins with an uppercase letter
Shout
secret, because every package variable is public
secret
No identifier, because only the main package can export names
main
Any identifier, as long as both packages are in the same project folder