Advertisement
Guest User

Untitled

a guest
May 25th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. a = [
  2. 1,1,1,1,1,0,2,2,2,2,2
  3. ]
  4.  
  5. if (a.sample == 1)
  6. puts "OpeJl"
  7. else
  8. if (a.sample == 2)
  9. puts "PeLLlKa"
  10. else
  11. if (a.sample == 0)
  12. puts "Pe6po"
  13.  
  14. end
  15.  
  16. end
  17.  
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement