pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
vids
42 minutes ago
jailb
43 minutes ago
person check
6 hours ago
node add
6 hours ago
ZonedDateTime
6 hours ago
nid
6 hours ago
lowestCars highestCars
6 hours ago
Entity id
6 hours ago
binkey
6 hours ago
node access
6 hours ago
printt
def
printt
(
n
)
:
var1=
1
var2=
1
for
i
in
range
(
n
)
:
for
j
in
range
(
n
-1
,i,
-1
)
:
print
(
" "
,end=
" "
)
for
k
in
range
(
1
,var
+1
)
:
print
(
abs
(
k-var2
)
,end=
" "
)
var1+=
2
var2+=
1
print
(
)
n=
6
printt
(
n
)
Parsed in 0.003 seconds