Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 1st, 2020
74
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Ruby
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
stars
(
n
)
for
i
in
1
..
n
do
print
"*"
end
end
puts
"Введите количество звезд для погон"
count =
gets
.
chomp
.
to_i
stars
(
count
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
Green Hell VR Large Planter Box
XML | 14 min ago | 0.13 KB
Untitled
C++ | 59 min ago | 0.29 KB
Untitled
C++ | 1 hour ago | 0.29 KB
Untitled
C++ | 1 hour ago | 0.29 KB
Untitled
C++ | 1 hour ago | 0.29 KB
Untitled
C++ | 1 hour ago | 0.25 KB
Untitled
C++ | 2 hours ago | 0.96 KB
dataNone
JSON | 2 hours ago | 0.64 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!