Last active
August 19, 2021 19:47
-
-
Save Mahedi-61/c855e136dad89992b9975ce4eb333d24 to your computer and use it in GitHub Desktop.
how BD government find Abrar Murderer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Author: A cup of Tea | |
Description: Algorithm about how BD government is going to find Abrar Murderer | |
""" | |
def findGuiltyToAbrarMurder(): | |
if(guilty == activistOfBCL): | |
victim = activistOfShibir | |
silenceLikeHell() | |
useBruteForceToRemoveMovement(BCLGang, BDPolice) | |
divertAttention() | |
return victim | |
elif (guiltyNotFoundYet()): | |
someHowConnect(victim, activistOfShibir) | |
helpGuiltyPersonToLeaveCountry() | |
organizeDramaForSearchingGuilty() | |
return victim | |
elif(victim == activistOfBCL): | |
while (True): | |
publicize ("First martyr in the second phase of the Liberation War") | |
showInEveryNewsHeading (year = 1) | |
arrest (allNonBCLStudents) | |
accelerate(allHumanRightWatch) | |
doWhatEverYouWantToDoWithGuilty() | |
return guilty | |
elif (victim == activistOfShibir): | |
victim = guilty | |
guilty = hero | |
return victim | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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