Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
06. Rhombus of Stars
Spocoman
Jan 2nd, 2022
(
edited
)
136
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
n
=
int
(
input
(
)
)
for
row
in
range
(
1
,
n +
1
)
:
print
(
' '
*
(
n - row
)
+
'* '
* row
)
for
row
in
range
(
n -
1
,
0
,
-
1
)
:
print
(
' '
*
(
n - row
)
+
'* '
* row
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Easy profit exploit
JavaScript | 1 min ago | 0.22 KB
⭐✅Make $15OO in 2O minutes⭐ 💵🚨
JavaScript | 2 min ago | 0.20 KB
✅⭐Profit Method⭐ 🔥💵
JavaScript | 5 min ago | 0.20 KB
Easy profit method
JavaScript | 8 min ago | 0.22 KB
🔥✅ Exchange profit method 💵💵
JavaScript | 8 min ago | 0.20 KB
✅⚡ Crypto Swap Glitch ✅ Working ⚡ 📝✅
JavaScript | 12 min ago | 0.20 KB
Easy profit method
JavaScript | 15 min ago | 0.22 KB
ChatBox
Lua | 1 hour ago | 2.07 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!