Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. if samples[x] == 1:
  2. body = body + "[Soviet Red Terror](https://en.wikipedia.org/wiki/Red_Terror)"
  3. if samples[x] == 2:
  4. body = body + "[Decossackization](https://en.wikipedia.org/wiki/Decossackization)"
  5. if samples[x] == 3:
  6. body = body + "[Lenin's Hanging Order](https://en.wikipedia.org/wiki/Lenin%27s_Hanging_Order)"
  7. if samples[x] == 4:
  8. body = body + "[Great Purge](https://en.wikipedia.org/wiki/Great_Purge)"
  9. if samples[x] == 5:
  10. body = body + "[Katyn massacre](https://en.wikipedia.org/wiki/Katyn_massacre)"
  11. if samples[x] == 6:
  12. body = body + "[NKVD massacres](https://en.wikipedia.org/wiki/NKVD_prisoner_massacres)"
  13. if samples[x] == 7:
  14. body = body + "[Holodomor](https://en.wikipedia.org/wiki/Holodomor)"
  15. if samples[x] == 8:
  16. body = body + "[Dekulakization](https://en.wikipedia.org/wiki/Dekulakization)"
  17. if samples[x] == 9:
  18. body = body + "[Population Transfers in the USSR](https://en.wikipedia.org/wiki/Population_transfer_in_the_Soviet_Union)"
  19. if samples[x] == 10:
  20. body = body + "[Soviet Gulags](https://en.wikipedia.org/wiki/Gulag)"
  21. if samples[x] == 11:
  22. body = body + "[Psychiatric Abuse in the USSR](https://en.wikipedia.org/wiki/Political_abuse_of_psychiatry_in_the_Soviet_Union)"
  23. if samples[x] == 12:
  24. body = body + "[Stalinist repression in Mongolia](https://en.wikipedia.org/wiki/Stalinist_repressions_in_Mongolia)"
  25. if samples[x] == 13:
  26. body = body + "[Campaign to Suppress Counterrevolutionaries](https://en.wikipedia.org/wiki/Campaign_to_Suppress_Counterrevolutionaries)"
  27. if samples[x] == 14:
  28. body = body + "[Great Leap Forward](https://en.wikipedia.org/wiki/Great_Leap_Forward)"
  29. if samples[x] == 15:
  30. body = body + "[Cultural Revolution](https://en.wikipedia.org/wiki/Cultural_Revolution)"
  31. if samples[x] == 16:
  32. body = body + "[Landlord Classicide](https://en.wikipedia.org/wiki/Landlord_Classicide_under_Mao_Zedong)"
  33. if samples[x] == 17:
  34. body = body + "[Tiananmen Square Massacre](https://en.wikipedia.org/wiki/Tiananmen_Square_protests_of_1989)"
  35. if samples[x] == 18:
  36. body = body + "[Cambodian Genocide](https://en.wikipedia.org/wiki/Cambodian_genocide)"
  37. if samples[x] == 19:
  38. body = body + "[Ethiopain Red Terror](https://en.wikipedia.org/wiki/Qey_Shibir)"
  39. if samples[x] == 20:
  40. body = body + "[UMAPs](https://en.wikipedia.org/wiki/Military_Units_to_Aid_Production)"
  41. if samples[x] == 21:
  42. body = body + "[North Korean Concentration Camps](https://en.wikipedia.org/wiki/Human_rights_in_North_Korea#Internment_camps_for_political_prisoners)"
  43. if samples[x] == 22:
  44. body = body + "[Red Brigades](https://en.wikipedia.org/wiki/Red_Brigades)"
  45. if samples[x] == 23:
  46. body = body + "[Red Army Faction](https://en.wikipedia.org/wiki/Red_Army_Faction)"
  47. if samples[x] == 24:
  48. body = body + "[Action directe](https://en.wikipedia.org/wiki/Action_directe)"
  49. if samples[x] == 25:
  50. body = body + "[Communist Combatant Cells](https://en.wikipedia.org/wiki/Communist_Combatant_Cells)"
  51. if samples[x] == 26:
  52. body = body + "[Weather Underground](https://en.wikipedia.org/wiki/Weather_Underground)"
  53. if samples[x] == 27:
  54. body = body + "[Symbionese Liberation Army](https://en.wikipedia.org/wiki/Symbionese_Liberation_Army)"
  55. if samples[x] == 28:
  56. body = body + "[FALN](https://en.wikipedia.org/wiki/Fuerzas_Armadas_de_Liberaci%C3%B3n_Nacional_Puertorrique%C3%B1a)"
  57. if samples[x] == 29:
  58. body = body + "[Japanese Red Army](https://en.wikipedia.org/wiki/Japanese_Red_Army)"
  59. if samples[x] == 30:
  60. body = body + "[Shining Path](https://en.wikipedia.org/wiki/Shining_Path)"
  61. if samples[x] == 31:
  62. body = body + "[Naxalites](https://en.wikipedia.org/wiki/Naxalite)"
  63. if samples[x] == 32:
  64. body = body + "[New People's Army](https://en.wikipedia.org/wiki/New_People%27s_Army)"
  65. if samples[x] == 33:
  66. body = body + "[Augustów Roundup](https://en.wikipedia.org/wiki/August%C3%B3w_roundup)"
  67. if samples[x] == 34:
  68. body = body + "[Operation Vistula](https://en.wikipedia.org/wiki/Operation_Vistula)"
  69. body = body + "\n "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement