1 month ago4 points(+0/-0/+4Score on mirror)1 child
Oneliner government algorithm.
~~~
print(*[
"the only reason they want your %s is to protect %s from %s“ % *shit
for shit in [
('ID', 'kids', 'porn',),
('guns', 'people', 'shootings',),
('free speech', 'jews', 'antisemitism',),
('taxes', 'israel', 'destruction'),
('passport ', 'israel', 'criticism')
]
])
~~~
print(*[
"the only reason they want your %s is to protect %s from %s“ % *shit
for shit in [
('ID', 'kids', 'porn',),
('guns', 'people', 'shootings',),
('free speech', 'jews', 'antisemitism',),
('taxes', 'israel', 'destruction'),
('passport ', 'israel', 'criticism')
]
])