Last active
January 15, 2022 04:50
-
-
Save mzmt/5f4853da0f52e9340a31745f952c3584 to your computer and use it in GitHub Desktop.
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
# /////////////////////////////////////////////// # | |
# # | |
# # | |
# # | |
eval" | |
box\ | |
=[]; | |
10.times do box<<'大吉'end;20.times do | |
box<< | |
'中吉' | |
end;30.times do box<<'小吉' | |
end;30.times do box<<'末吉'end; | |
10 .times\ | |
do box\ | |
<< '凶' | |
end; print | |
box .sample; | |
100.times do gets.chomp; pick = | |
box.sample;print(pick);box.delete_at( | |
box.index(pick))end | |
" | |
# # | |
# # | |
# # | |
# /////////////////////////////////////////////// # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment