<div class="text-justify"> <center><h2>My Coding Quiz #9 👨💻🛠️🧩</h2></center> <p>Welcome to the new installment of my series of <b>Coding Quizzes</b>, in which you will be able to test your knowledge and skills about programming and software development in a simple and fun way. If you want to learn more about it visit <a href="/@eniolw">my blog</a> here on Hive and the <a href="/@eniolw/my-coding-quiz-1">first post</a> where I introduced it.</p> <h3>Without further ado, here's the riddle...</h3> <br> <center> <img src="https://images.ecency.com/DQmW3keobq9KAixDJybrLq6U5EZ98dfLRPDcvPG6rKkupXe/quiz_img_en.png" alt="Quiz"> <h6>By @eniolw</h6> </center> <br><center><h3>What's your choice?</h3></center> <p><b>Solution to the <a href="/@eniolw/my-coding-quiz-8">previous quiz</a>:</b> <b>25</b>. Line 1 defines a list, which is entirely made up of numeric elements. This is good because they can be sorted. The sorting is carried out in the next line using the already known <code>sort</code> function, with the particularity that we specify that it sorts in the opposite direction by means of the argument <code>reverse=True</code>. Therefore, the list <code>b</code> is equal to <b>[5, 3, 1, 0, -1]</b>.</p> <p>We then apply the <code>pop</code> method to list <code>b</code>, which allows us to remove the element of the list whose index we specify, modifying the list. As we specified <code>pop(1)</code>, the element at index 1, whose value is <b>3</b>, will be removed. That value is returned by <code>pop</code> and assigned to the variable <code>c</code>.</p> <p>Finally, we get the values and solve the arithmetic of line 4:</p> <ol> <li><code>sum(a)</code> is the sum of the elements of list <code>a</code>, which is <b>8</b>.</li> <li><code>sum(b)</code> is the sum of the elements of list <code>b</code>, which is <b>5</b>.</li> <li><code>len(b)</code> is the length of <code>b</code>, which is <b>4</b>. Remember that one element was removed from it.</li> <li><code>c</code> is <b>3</b>.</li> </ol> <p>Therefore, we have that <b>8 + 5 + 4 * 3</b> equals <b>25</b>, which is the snippet output.</p> <p>Did you know about the <i>reverse</i> parameter and the <i>pop</i> method? It seems that @splash-of-angs63 did, since he managed to solve this puzzle!</p> <hr> <p>If you want to blog about computer science and programming content, I invite you to join <a href="/">Hive</a> and participate in its communities, such as <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a>, <a href="/created/hive-153850">Hive Learners</a> and others.</p> <hr> <center><h2>Mi Quiz de Programación #9 👨💻🛠️🧩</h2></center> <p>Bienvenido a mi nueva serie de <b>Quizzes de Programación</b>, en la cual podrás poner a prueba tus conocimientos y habilidades sobre programación y desarrollo de software de una manera sencilla y divertida. Si quieres aprender más sobre ella visita <a href="/@eniolw">mi blog</a> aquí en Hive y el <a href="/@eniolw/my-coding-quiz-1">primer post</a> donde la presenté.</p> <h3>Sin más preámbulos, he aquí el acertijo...</h3> <br> <center> <img src="https://images.ecency.com/DQmVb6dD91a81bwEZcP6Fxdgi7H9k2mjJkgx3vu295iYNP7/quiz_img_es.png" alt="Quiz"> <h6>Por @eniolw</h6> </center> <br><center><h3>¿Cuál es tu elección?</h3></center> <p><b>Solución al <a href="/@eniolw/my-coding-quiz-8">quiz anterior</a>:</b> <b>25</b>. La línea 1 define una lista, que se compone enteramente de elementos numéricos. Esto es bueno porque se pueden ordenar. La ordenación se realiza en la siguiente línea utilizando la ya conocida función <code>sort</code>, con la particularidad de que especificamos que ordene en sentido contrario mediante el argumento <code>reverse=True</code>. Por tanto, la lista <code>b</code> es igual a <b>[5, 3, 1, 0, -1]</b>.</p> <p>A continuación, aplicamos el método <code>pop</code> a la lista <code>b</code>, que nos permite eliminar el elemento de la lista cuyo índice especifiquemos, modificando la lista. Como especificamos <code>pop(1)</code>, se eliminará el elemento en el índice 1, cuyo valor es <b>3</b>. Ese valor es devuelto por <code>pop</code> y asignado a la variable <code>c</code>.</p> <p>Finalmente, obtenemos los valores y resolvemos la aritmética de la línea 4:</p> <ol> <li><code>sum(a)</code> es la suma de los elementos de la lista <code>a</code>, que es <b>8</b>.</li> <li><code>sum(b)</code> es la suma de los elementos de la lista <code>b</code>, que es <b>5</b>.</li> <li><code>len(b)</code> es la longitud de <code>b</code>, que es <b>4</b>. Recuerda que se eliminó un elemento.</li> <li><code>c</code> es <b>3</b>.</li> </ol> <p>Por lo tanto, tenemos que <b>8 + 5 + 4 * 3</b> es igual a <b>25</b>, que es el resultado del snippet.</p> <p>¿Sabías sobre el parámetro <i>reverse</i> y el método <i>pop</i>? ¡Parece que @splash-of-angs63 lo hizo, ya que logró resolver este rompecabezas!</p> <hr> <p>Si quieres bloguear sobre contenido informático y de programación, te invito a unirte a <a href="/">Hive</a> y participar en sus comunidades, tales como <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a>, <a href="/created/hive-153850">Hive Learners</a> y otras.</p> </div>
author | eniolw |
---|---|
permlink | my-coding-quiz-9 |
category | hive-196387 |
json_metadata | "{"image": ["https://images.ecency.com/DQmW3keobq9KAixDJybrLq6U5EZ98dfLRPDcvPG6rKkupXe/quiz_img_en.png", "https://images.ecency.com/DQmVb6dD91a81bwEZcP6Fxdgi7H9k2mjJkgx3vu295iYNP7/quiz_img_es.png"], "thumbnails": ["https://images.ecency.com/DQmW3keobq9KAixDJybrLq6U5EZ98dfLRPDcvPG6rKkupXe/quiz_img_en.png", "https://images.ecency.com/DQmVb6dD91a81bwEZcP6Fxdgi7H9k2mjJkgx3vu295iYNP7/quiz_img_es.png"], "tags": ["hive-196387", "python", "coding", "programming", "quiz", "technology", "neoxian", "proofofbrain", "waivio", "spanish"], "description": "Welcome to the new installment of my series of Coding Quizzes, in which you will be able to test your knowledge and skills about programming and software development in a simple and fun way.", "app": "ecency/3.0.35-vision", "format": "markdown+html"}" |
created | 2023-07-22 11:00:51 |
last_update | 2023-07-22 11:00:51 |
depth | 0 |
children | 3 |
last_payout | 2023-07-29 11:00:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.776 HBD |
curator_payout_value | 4.672 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,375 |
author_reputation | 253,497,814,325,855 |
root_title | "My Coding Quiz #9" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,537,622 |
net_rshares | 20,072,932,230,084 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 1,026,539,540 | 2.8% | ||
kevinwong | 0 | 2,934,853,228 | 0.42% | ||
justtryme90 | 0 | 1,406,253,591 | 70% | ||
eric-boucher | 0 | 14,865,469,806 | 2.8% | ||
juanmiguelsalas | 0 | 815,428,480 | 1.68% | ||
thecryptodrive | 0 | 6,019,518,533 | 1.12% | ||
roelandp | 0 | 309,816,863,444 | 35% | ||
cloh76 | 0 | 3,947,658,294 | 2.8% | ||
lichtblick | 0 | 3,027,788,043 | 1.68% | ||
stea90 | 0 | 916,203,101 | 1% | ||
joshglen | 0 | 730,609,149 | 5.6% | ||
akipponn | 0 | 4,951,291,549 | 35% | ||
sunshine | 0 | 202,658,633,735 | 35% | ||
lordvader | 0 | 45,738,042,421 | 5.6% | ||
rmach | 0 | 20,042,067,082 | 35% | ||
lemouth | 0 | 2,065,893,060,197 | 70% | ||
alaqrab | 0 | 547,230,347 | 2.8% | ||
lamouthe | 0 | 5,546,413,281 | 70% | ||
tfeldman | 0 | 5,491,653,429 | 2.8% | ||
sergiomendes | 0 | 2,002,846,122 | 2.8% | ||
metabs | 0 | 7,310,498,840 | 70% | ||
mcsvi | 0 | 118,593,778,555 | 50% | ||
lk666 | 0 | 1,766,312,589 | 2.8% | ||
cnfund | 0 | 11,065,404,467 | 5.6% | ||
justyy | 0 | 35,229,693,152 | 5.6% | ||
michelle.gent | 0 | 3,341,509,470 | 1.12% | ||
curie | 0 | 442,403,342,449 | 5.6% | ||
modernzorker | 0 | 3,513,661,904 | 3.92% | ||
techslut | 0 | 167,255,122,106 | 28% | ||
steemstem | 0 | 1,281,052,557,492 | 70% | ||
dashfit | 0 | 581,824,137 | 2.8% | ||
tristancarax | 0 | 693,790,585 | 2.8% | ||
edb | 0 | 6,996,758,804 | 7% | ||
yadamaniart | 0 | 3,129,150,011 | 2.8% | ||
bigtakosensei | 0 | 1,182,714,953 | 1.4% | ||
walterjay | 0 | 441,352,246,499 | 35% | ||
valth | 0 | 11,541,489,463 | 35% | ||
metroair | 0 | 24,560,753,942 | 5.6% | ||
driptorchpress | 0 | 2,109,766,926 | 1.4% | ||
voter | 0 | 5,369,173,725 | 100% | ||
sardrt | 0 | 1,237,057,024 | 10% | ||
dna-replication | 0 | 2,744,070,695 | 70% | ||
boynashruddin | 0 | 881,778,581 | 5.6% | ||
steemiteducation | 0 | 1,219,190,971 | 2.8% | ||
dhimmel | 0 | 364,582,120,268 | 17.5% | ||
oluwatobiloba | 0 | 2,820,993,197 | 70% | ||
detlev | 0 | 20,849,959,724 | 1.68% | ||
chasmic-cosm | 0 | 848,363,586 | 2.8% | ||
dimarss | 0 | 4,358,329,164 | 20% | ||
lugaxker | 0 | 823,566,558 | 34.65% | ||
federacion45 | 0 | 8,841,294,819 | 2.8% | ||
dreamon | 0 | 913,423,647 | 22.2% | ||
amberyooper | 0 | 571,523,833 | 2.8% | ||
gamersclassified | 0 | 3,055,879,936 | 2.8% | ||
iansart | 0 | 10,745,608,455 | 2.8% | ||
mobbs | 0 | 109,014,059,921 | 35% | ||
eliel | 0 | 13,312,901,485 | 5.6% | ||
jerrybanfield | 0 | 18,868,063,497 | 5.6% | ||
rt395 | 0 | 1,980,871,207 | 1.5% | ||
bitrocker2020 | 0 | 10,028,210,562 | 0.84% | ||
maxdevalue | 0 | 41,160,057,005 | 5.6% | ||
sustainablyyours | 0 | 29,903,249,640 | 35% | ||
helo | 0 | 2,543,198,987 | 35% | ||
schoolforsdg4 | 0 | 1,066,432,829 | 5% | ||
samminator | 0 | 50,174,293,696 | 35% | ||
zerotoone | 0 | 1,122,093,056 | 2.8% | ||
enjar | 0 | 40,882,764,932 | 5.04% | ||
mahdiyari | 0 | 477,761,806,810 | 20% | ||
lorenzor | 0 | 1,333,692,714 | 50% | ||
firstamendment | 0 | 86,123,515,950 | 50% | ||
sam99 | 0 | 13,719,538,445 | 21% | ||
aboutyourbiz | 0 | 1,026,290,403 | 5.6% | ||
derosnec | 0 | 573,020,645 | 2.8% | ||
alexander.alexis | 0 | 43,013,139,769 | 70% | ||
dandesign86 | 0 | 15,601,418,862 | 8% | ||
deanlogic | 0 | 1,410,006,598 | 2.8% | ||
princessmewmew | 0 | 7,675,245,873 | 2.8% | ||
grapthar | 0 | 1,841,453,308 | 4.2% | ||
joeyarnoldvn | 0 | 480,281,155 | 1.47% | ||
diabolika | 0 | 935,191,264 | 2.8% | ||
ufv | 0 | 3,006,808,420 | 50% | ||
gunthertopp | 0 | 74,367,014,526 | 1.4% | ||
pipiczech | 0 | 2,310,560,187 | 5.6% | ||
empath | 0 | 4,166,748,467 | 2.8% | ||
flatman | 0 | 1,969,318,693 | 5.6% | ||
minnowbooster | 0 | 1,067,532,722,438 | 20% | ||
lenasveganliving | 0 | 900,929,781 | 2.8% | ||
felt.buzz | 0 | 13,107,336,927 | 1.4% | ||
howo | 0 | 2,298,749,185,736 | 70% | ||
tsoldovieri | 0 | 7,374,569,570 | 35% | ||
steemwizards | 0 | 4,058,326,023 | 5.6% | ||
neumannsalva | 0 | 4,711,448,925 | 2.8% | ||
stayoutoftherz | 0 | 148,753,782,219 | 1.4% | ||
abigail-dantes | 0 | 25,950,038,435 | 70% | ||
coindevil | 0 | 2,847,820,863 | 4.48% | ||
zonguin | 0 | 3,741,738,842 | 17.5% | ||
mamalikh13 | 0 | 14,523,107,858 | 5.6% | ||
prapanth | 0 | 1,078,977,571 | 2.8% | ||
martibis | 0 | 2,323,702,044 | 1.68% | ||
val.halla | 0 | 2,869,753,262 | 10% | ||
travelingmercies | 0 | 704,529,062 | 5.6% | ||
redrica | 0 | 2,012,793,490 | 2.8% | ||
pepskaram | 0 | 594,251,943 | 2.8% | ||
iamphysical | 0 | 834,131,160 | 90% | ||
hdmed | 0 | 449,424,320 | 5.6% | ||
sunisa | 0 | 1,490,879,154 | 2.8% | ||
dipom98 | 0 | 1,185,122,426 | 2.8% | ||
zest | 0 | 1,003,920,540 | 35% | ||
aaronleang | 0 | 7,931,773,197 | 25% | ||
zyx066 | 0 | 5,634,153,019 | 1.68% | ||
chrisdavidphoto | 0 | 1,072,010,784 | 1.68% | ||
steemorocco | 0 | 1,130,549,958 | 100% | ||
revo | 0 | 11,094,633,085 | 5.6% | ||
azulear | 0 | 1,409,837,475 | 100% | ||
djlethalskillz | 0 | 1,674,725,265 | 5% | ||
psicoluigi | 0 | 836,105,731 | 50% | ||
nerdnews | 0 | 966,960,609 | 5.6% | ||
rafaelaquino | 0 | 20,859,837,883 | 100% | ||
wilians | 0 | 548,137,818 | 35% | ||
rocky1 | 0 | 782,803,297,383 | 0.84% | ||
stickchumpion | 0 | 742,934,032 | 2.8% | ||
noloafing | 0 | 566,922,571 | 17.5% | ||
vera-vaders-ea | 0 | 498,853,423 | 5.6% | ||
sumant | 0 | 12,832,441,936 | 2.8% | ||
aidefr | 0 | 7,362,001,415 | 35% | ||
torico | 0 | 1,493,646,489 | 1.84% | ||
sorin.cristescu | 0 | 196,637,457,287 | 35% | ||
therealwolf | 0 | 34,609,651,907 | 2.8% | ||
inthenow | 0 | 18,917,239,772 | 20% | ||
minnowpowerup | 0 | 884,088,393 | 2.8% | ||
yangyanje | 0 | 1,618,979,124 | 2.8% | ||
splash-of-angs63 | 0 | 2,584,294,903 | 100% | ||
cryptononymous | 0 | 1,941,183,715 | 2.8% | ||
dauerossi | 0 | 6,061,766,069 | 30% | ||
meno | 0 | 25,795,379,910 | 2.8% | ||
buttcoins | 0 | 742,711,308 | 1.12% | ||
toocurious | 0 | 535,763,523 | 2.8% | ||
helyorsini | 0 | 605,910,830 | 2.8% | ||
steemed-proxy | 0 | 1,081,529,311,313 | 5.6% | ||
fatkat | 0 | 1,494,089,925 | 2.79% | ||
morwhale | 0 | 1,627,679,027 | 100% | ||
doifeellucky | 0 | 15,960,041,394 | 2.8% | ||
peaceandwar | 0 | 881,510,119 | 2.8% | ||
enzor | 0 | 2,231,503,336 | 35% | ||
marcoriccardi | 0 | 1,043,285,153 | 5.6% | ||
bartosz546 | 0 | 5,183,215,690 | 2.8% | ||
tazbaz | 0 | 553,476,367 | 2.8% | ||
morwhaleplus | 0 | 858,672,205 | 100% | ||
battebilly | 0 | 832,396,771 | 2.8% | ||
notb4mycoffee | 0 | 3,182,977,688 | 5.6% | ||
silverwhale | 0 | 1,440,847,916 | 5.04% | ||
dejan.vuckovic | 0 | 879,243,386 | 2.8% | ||
alvinauh | 0 | 1,280,665,484 | 30% | ||
lottje | 0 | 612,414,932 | 70% | ||
morwhalebonus | 0 | 851,696,418 | 100% | ||
myach | 0 | 785,896,205 | 4.48% | ||
sunsea | 0 | 4,561,313,927 | 2.8% | ||
postpromoter | 0 | 1,589,979,003,544 | 70% | ||
teammorocco | 0 | 1,336,271,234 | 100% | ||
feedme | 0 | 640,507,845 | 100% | ||
bluefinstudios | 0 | 3,679,738,404 | 1.68% | ||
steveconnor | 0 | 4,781,479,122 | 2.8% | ||
sankysanket18 | 0 | 1,671,053,329 | 35% | ||
dbddv01 | 0 | 2,571,128,111 | 17.5% | ||
zmx | 0 | 559,908,320 | 2.8% | ||
nicole-st | 0 | 3,457,648,237 | 2.8% | ||
smartsteem | 0 | 137,843,751,233 | 2.8% | ||
sarmitirajaa | 0 | 550,110,230 | 100% | ||
aboutcoolscience | 0 | 887,708,083 | 70% | ||
afifa | 0 | 591,581,083 | 10% | ||
cura | 0 | 488,061,772 | 100% | ||
amestyj | 0 | 101,604,875,500 | 100% | ||
sandracarrascal | 0 | 504,217,855 | 50% | ||
skycae | 0 | 713,076,145 | 5.6% | ||
sgt-dan | 0 | 29,409,044,575 | 50% | ||
kenadis | 0 | 18,741,846,923 | 70% | ||
madridbg | 0 | 27,513,857,012 | 70% | ||
robotics101 | 0 | 20,737,293,493 | 70% | ||
marcolino76 | 0 | 614,118,987 | 2.8% | ||
onemedia | 0 | 1,133,738,992 | 5.6% | ||
lpv | 0 | 2,896,489,998 | 8.75% | ||
punchline | 0 | 15,949,965,820 | 5.6% | ||
howiemac | 0 | 633,897,157 | 2.8% | ||
najat | 0 | 3,964,315,461 | 100% | ||
apon318 | 0 | 482,216,019 | 5.6% | ||
straykat | 0 | 821,701,717 | 2.8% | ||
tomatom | 0 | 544,893,796 | 2.8% | ||
adelepazani | 0 | 1,507,452,046 | 1.68% | ||
danaedwards | 0 | 739,494,521 | 5.6% | ||
r00sj3 | 0 | 167,492,925,666 | 35% | ||
sco | 0 | 19,361,815,536 | 70% | ||
anikekirsten | 0 | 1,592,251,431 | 35% | ||
ennyta | 0 | 937,664,246 | 50% | ||
brotherhood | 0 | 19,844,729,728 | 5.6% | ||
juecoree | 0 | 4,971,133,151 | 49% | ||
gordon92 | 0 | 863,009,404 | 2.8% | ||
stahlberg | 0 | 1,288,736,501 | 2.8% | ||
gabrielatravels | 0 | 1,424,678,252 | 1.96% | ||
cordeta | 0 | 1,013,023,015 | 5.6% | ||
reizak | 0 | 498,030,165 | 2.24% | ||
carn | 0 | 3,512,710,047 | 5.04% | ||
eliaschess333 | 0 | 32,844,681,331 | 100% | ||
branbello | 0 | 2,616,238,918 | 35% | ||
bartheek | 0 | 7,300,462,514 | 5.6% | ||
hetty-rowan | 0 | 2,218,285,853 | 2.8% | ||
ydavgonzalez | 0 | 2,144,244,889 | 10% | ||
intrepidphotos | 0 | 127,368,671,383 | 52.5% | ||
fineartnow | 0 | 4,010,133,394 | 2.8% | ||
hijosdelhombre | 0 | 10,546,386,468 | 10% | ||
hdmed.dev | 0 | 570,653,623 | 100% | ||
mathowl | 0 | 45,516,925,880 | 100% | ||
sweeverdev | 0 | 1,440,426,057 | 70% | ||
yoghurt | 0 | 1,506,951,636 | 5.6% | ||
steem4all | 0 | 1,295,550,427 | 2.8% | ||
shinedojo | 0 | 707,163,258 | 5.6% | ||
fragmentarion | 0 | 18,875,999,155 | 70% | ||
jigstrike | 0 | 874,161,235 | 2.8% | ||
baycan | 0 | 834,226,866 | 2.8% | ||
m1alsan | 0 | 825,090,383 | 2.8% | ||
dynamicrypto | 0 | 2,652,512,417 | 1% | ||
neneandy | 0 | 6,473,777,794 | 5.6% | ||
pab.ink | 0 | 46,809,759,320 | 35% | ||
real2josh | 0 | 661,181,182 | 35% | ||
soufiani | 0 | 652,971,767 | 2.24% | ||
gribouille | 0 | 1,637,133,862 | 35% | ||
pandasquad | 0 | 12,387,403,127 | 5.6% | ||
kingabesh | 0 | 1,425,278,275 | 35% | ||
miguelangel2801 | 0 | 782,975,982 | 50% | ||
mproxima | 0 | 2,332,669,859 | 2.8% | ||
didic | 0 | 1,938,983,603 | 2.8% | ||
warpedpoetic | 0 | 1,897,345,798 | 5.6% | ||
careassaktart | 0 | 1,255,755,139 | 1.68% | ||
jossduarte | 0 | 1,682,764,621 | 2.8% | ||
emiliomoron | 0 | 10,577,638,418 | 35% | ||
yjcps | 0 | 5,656,303,472 | 100% | ||
galam | 0 | 968,172,865 | 35% | ||
dexterdev | 0 | 2,887,818,712 | 35% | ||
nwjordan | 0 | 843,701,586 | 5.6% | ||
geopolis | 0 | 4,683,996,982 | 70% | ||
ajfernandez | 0 | 779,341,920 | 100% | ||
robertbira | 0 | 7,583,457,039 | 17.5% | ||
atomcollector | 0 | 2,040,949,513 | 1.4% | ||
alexdory | 0 | 11,834,321,806 | 70% | ||
takowi | 0 | 107,036,126,332 | 5.6% | ||
irgendwo | 0 | 18,469,432,889 | 5.6% | ||
vegan.niinja | 0 | 522,184,628 | 2.8% | ||
aotearoa | 0 | 477,596,777 | 5.6% | ||
flugschwein | 0 | 3,669,947,811 | 59.5% | ||
charitybot | 0 | 5,064,629,704 | 100% | ||
cyprianj | 0 | 80,843,239,047 | 70% | ||
kieranstone | 0 | 1,570,104,484 | 1.84% | ||
melvin7 | 0 | 48,208,178,192 | 35% | ||
francostem | 0 | 9,754,242,673 | 70% | ||
russellstockley | 0 | 1,564,755,062 | 1.4% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
steempampanga | 0 | 573,305,192 | 2.8% | ||
croctopus | 0 | 1,427,266,452 | 100% | ||
jjerryhan | 0 | 2,004,501,778 | 2.8% | ||
cryptictruth | 0 | 2,286,701,881 | 0.5% | ||
zipporah | 0 | 2,754,096,232 | 1.12% | ||
leomarylm | 0 | 1,740,803,441 | 2.8% | ||
randumb | 0 | 1,335,215,467 | 5.6% | ||
positiveninja | 0 | 951,879,143 | 2.8% | ||
oadissin | 0 | 37,795,779,745 | 35% | ||
miroslavrc | 0 | 633,666,238 | 1.4% | ||
foxyspirit | 0 | 573,836,250 | 2.8% | ||
bscrypto | 0 | 14,220,572,259 | 2.8% | ||
vonaurolacu | 0 | 2,044,812,230 | 2.8% | ||
movingman | 0 | 497,948,746 | 20% | ||
delpilar | 0 | 934,959,443 | 25% | ||
scottshots | 0 | 545,394,859 | 0.28% | ||
tomastonyperez | 0 | 16,836,643,290 | 50% | ||
bil.prag | 0 | 2,510,658,166 | 0.28% | ||
elvigia | 0 | 10,817,685,221 | 50% | ||
sanderjansenart | 0 | 5,145,182,092 | 2.8% | ||
vittoriozuccala | 0 | 2,151,610,794 | 2.8% | ||
qberry | 0 | 3,810,260,097 | 2.8% | ||
frissonsteemit | 0 | 1,254,958,538 | 2.8% | ||
broncofan99 | 0 | 8,502,503,628 | 20% | ||
rambutan.art | 0 | 1,857,054,988 | 5.6% | ||
greddyforce | 0 | 3,317,344,963 | 2.07% | ||
flyerchen | 0 | 648,567,585 | 2.8% | ||
braaiboy | 0 | 10,553,243,121 | 2.8% | ||
ryenneleow | 0 | 6,319,433,392 | 90% | ||
gadrian | 0 | 375,777,397,070 | 52.5% | ||
c0wtschpotato | 0 | 587,571,638 | 2.8% | ||
fotogruppemunich | 0 | 4,265,939,172 | 1.4% | ||
therising | 0 | 98,242,245,690 | 5.6% | ||
cryptocoinkb | 0 | 2,187,195,335 | 2.8% | ||
de-stem | 0 | 38,664,440,870 | 69.3% | ||
imcore | 0 | 863,487,839 | 10% | ||
serylt | 0 | 3,236,575,900 | 68.6% | ||
josedelacruz | 0 | 4,719,402,010 | 50% | ||
achimmertens | 0 | 6,950,128,905 | 2.8% | ||
lorenzopistolesi | 0 | 10,519,450,023 | 2.8% | ||
kgakakillerg | 0 | 18,425,851,801 | 10% | ||
charitymemes | 0 | 534,493,884 | 100% | ||
mariusfebruary | 0 | 777,359,631 | 2.24% | ||
outtheshellvlog | 0 | 884,836,963 | 2.8% | ||
sawyn | 0 | 664,157,771 | 2.8% | ||
petertag | 0 | 545,043,049 | 4.2% | ||
erickyoussif | 0 | 668,610,830 | 100% | ||
michaelwrites | 0 | 932,338,427 | 35% | ||
indigoocean | 0 | 1,243,416,471 | 2.8% | ||
primersion | 0 | 310,063,914,681 | 20% | ||
deholt | 0 | 4,096,036,813 | 59.5% | ||
anneporter | 0 | 2,741,269,934 | 21% | ||
kamalamezwar | 0 | 597,747,260 | 100% | ||
steem.services | 0 | 1,067,407,311 | 1.12% | ||
netzisde | 0 | 1,096,648,211 | 2.8% | ||
diabonua | 0 | 5,583,021,217 | 2.8% | ||
bushradio | 0 | 635,382,120 | 5.6% | ||
pladozero | 0 | 33,094,354,535 | 10% | ||
minerthreat | 0 | 3,595,911,239 | 2.8% | ||
nateaguila | 0 | 142,248,625,672 | 5% | ||
stevenwood | 0 | 3,041,090,595 | 1.86% | ||
temitayo-pelumi | 0 | 6,306,132,743 | 70% | ||
andrick | 0 | 851,331,228 | 50% | ||
doctor-cog-diss | 0 | 56,398,360,315 | 70% | ||
trisolaran | 0 | 1,572,957,951 | 2.8% | ||
marcuz | 0 | 2,462,482,398 | 35% | ||
cooltivar | 0 | 1,407,176,392 | 1.12% | ||
acont | 0 | 12,224,245,177 | 50% | ||
uche-nna | 0 | 6,267,406,502 | 4.48% | ||
cheese4ead | 0 | 4,750,885,083 | 2.8% | ||
jd4e | 0 | 3,733,475,589 | 50% | ||
mafufuma | 0 | 7,443,468,329 | 1% | ||
nattybongo | 0 | 37,702,360,102 | 70% | ||
drsensor | 0 | 1,577,156,375 | 56% | ||
revueh | 0 | 1,948,730,114 | 35% | ||
qila | 0 | 541,765,538 | 5.6% | ||
ilovecryptopl | 0 | 909,423,046 | 4.48% | ||
purelyscience | 0 | 536,710,580 | 35% | ||
bflanagin | 0 | 7,355,876,221 | 2.8% | ||
ubaldonet | 0 | 1,515,391,796 | 80% | ||
armandosodano | 0 | 12,765,366,058 | 2.8% | ||
marivic10 | 0 | 505,941,503 | 1.4% | ||
acidtiger | 0 | 525,414,696 | 2.8% | ||
goblinknackers | 0 | 71,623,393,566 | 7% | ||
zuerich | 0 | 420,693,726,705 | 10% | ||
anttn | 0 | 276,659,008,771 | 27% | ||
reinaseq | 0 | 7,385,343,022 | 100% | ||
vixmemon | 0 | 1,655,454,319 | 4.2% | ||
honeycup-waters | 0 | 625,583,676 | 2.8% | ||
yaelg | 0 | 1,193,585,423 | 1.68% | ||
kylealex | 0 | 4,540,422,021 | 10% | ||
cubapl | 0 | 4,182,957,587 | 35% | ||
cleanplanet | 0 | 36,205,520,331 | 1.68% | ||
fran.frey | 0 | 4,144,482,018 | 50% | ||
perpetuum-lynx | 0 | 2,163,529,186 | 68.6% | ||
hanshotfirst-sm | 0 | 485,722,025 | 5.6% | ||
thelittlebank | 0 | 19,139,716,561 | 2.8% | ||
pboulet | 0 | 160,824,352,609 | 56% | ||
javyeslava.photo | 0 | 647,813,136 | 2.24% | ||
josesalazar200 | 0 | 596,044,199 | 5.6% | ||
stem-espanol | 0 | 20,874,255,748 | 100% | ||
cliffagreen | 0 | 4,695,554,557 | 10% | ||
aleestra | 0 | 12,426,729,613 | 80% | ||
palasatenea | 0 | 3,326,553,404 | 2.8% | ||
the.success.club | 0 | 3,406,171,837 | 2.8% | ||
javier.dejuan | 0 | 540,507,211 | 70% | ||
amansharma555 | 0 | 595,961,049 | 100% | ||
meanroosterfarm | 0 | 1,405,026,847 | 35% | ||
tommyl33 | 0 | 577,757,863 | 2.8% | ||
merlin7 | 0 | 11,343,462,564 | 5.6% | ||
brianoflondon | 0 | 75,100,474,437 | 1.4% | ||
douglasjames | 0 | 18,014,141,226 | 100% | ||
giulyfarci52 | 0 | 1,693,872,812 | 50% | ||
pauliinasoilu | 0 | 472,290,294 | 2.8% | ||
kristall97 | 0 | 23,816,105,059 | 100% | ||
steemcryptosicko | 0 | 10,498,687,821 | 1.12% | ||
certain | 0 | 1,109,375,780 | 0.67% | ||
alvin0617 | 0 | 493,755,376 | 2.8% | ||
multifacetas | 0 | 1,267,119,843 | 2.8% | ||
cowpatty | 0 | 1,476,048,598 | 35% | ||
stem.witness | 0 | 4,220,861,482 | 70% | ||
witkowskipawel | 0 | 983,031,936 | 2.8% | ||
pandapuzzles | 0 | 8,001,195,908 | 100% | ||
autobodhi | 0 | 992,752,860 | 5.6% | ||
mechanicalowl | 0 | 657,542,376 | 50% | ||
regularowl | 0 | 1,174,762,797 | 50% | ||
robmojo | 0 | 421,811,256 | 7% | ||
solox | 0 | 989,815,141 | 5.6% | ||
aqua.nano | 0 | 694,694,479 | 100% | ||
steemegg | 0 | 1,050,067,867 | 2.8% | ||
jtm.support | 0 | 5,413,666,052 | 70% | ||
edithbdraw | 0 | 809,129,470 | 2.8% | ||
crowdwitness | 0 | 82,248,142,009 | 35% | ||
apokruphos | 0 | 11,662,807,665 | 2% | ||
eternalsuccess | 0 | 6,005,439,003 | 5.6% | ||
hairgistix | 0 | 3,220,863,500 | 2.8% | ||
bluemaskman | 0 | 632,797,147 | 2.8% | ||
steemean | 0 | 10,039,183,365 | 5% | ||
proxy-pal | 0 | 1,288,999,396 | 5.6% | ||
deveney | 0 | 481,368,355 | 100% | ||
newton666 | 0 | 789,861,187 | 35% | ||
cryptofiloz | 0 | 9,047,110,198 | 5.6% | ||
dawnoner | 0 | 1,692,050,426 | 0.56% | ||
jackramsey | 0 | 891,693,322 | 3.92% | ||
filosof103 | 0 | 1,045,741,079 | 2.8% | ||
photographercr | 0 | 2,604,841,710 | 1.12% | ||
epicdice | 0 | 1,903,441,329 | 1.68% | ||
robibasa | 0 | 27,699,906,625 | 10% | ||
beerlover | 0 | 2,022,437,636 | 1.68% | ||
newtrailers | 0 | 1,066,458,745 | 5.6% | ||
tinyhousecryptos | 0 | 480,508,294 | 5% | ||
shogun82 | 0 | 0 | 100% | ||
tggr | 0 | 1,292,280,510 | 2.8% | ||
maxwellmarcusart | 0 | 108,659,069,636 | 10% | ||
aicu | 0 | 1,416,279,690 | 5.6% | ||
zeruxanime | 0 | 12,487,484,836 | 35% | ||
afarina46 | 0 | 1,950,435,249 | 35% | ||
swayzilla | 0 | 3,608,759,115 | 100% | ||
waraira777 | 0 | 2,177,893,311 | 35% | ||
imbartley | 0 | 830,698,972 | 26.25% | ||
mind.force | 0 | 1,179,461,728 | 1.4% | ||
h-hamilton | 0 | 919,433,016 | 2.8% | ||
partitura.stem | 0 | 310,766,668 | 100% | ||
aicoding | 0 | 583,071,437 | 2.8% | ||
dechuck | 0 | 25,487,897,635 | 70% | ||
nazer | 0 | 2,743,136,947 | 35% | ||
electronico | 0 | 6,085,687,274 | 100% | ||
stem.alfa | 0 | 3,601,305,166 | 100% | ||
steemstem-trig | 0 | 1,464,226,932 | 70% | ||
baltai | 0 | 5,974,794,402 | 2.8% | ||
dmoonfire | 0 | 30,815,090,948 | 71% | ||
atheistrepublic | 0 | 6,173,424,603 | 2.8% | ||
machan | 0 | 702,857,469 | 2.8% | ||
ibt-survival | 0 | 35,793,709,135 | 10% | ||
darthsauron | 0 | 1,505,937,343 | 10% | ||
jennyferandtony | 0 | 1,376,191,943 | 100% | ||
hjmarseille | 0 | 2,086,962,144 | 49% | ||
steemdiamond | 0 | 710,861,090 | 5.6% | ||
abachon | 0 | 921,344,455 | 5.6% | ||
curacer | 0 | 4,274,830,000 | 50% | ||
zirky | 0 | 2,629,238,896 | 4.76% | ||
chapmain | 0 | 0 | 100% | ||
gloriaolar | 0 | 1,592,524,812 | 1.68% | ||
lightpaintershub | 0 | 661,827,641 | 1% | ||
davidlionfish | 0 | 16,939,237,725 | 50% | ||
peterale | 0 | 3,625,197,981 | 2.8% | ||
andreina57 | 0 | 696,908,270 | 35% | ||
educationhive | 0 | 1,786,694,326 | 2.8% | ||
stemsocial | 0 | 572,050,978,237 | 70% | ||
greenforever | 0 | 1,892,302,045 | 30% | ||
peterpanpan | 0 | 756,674,619 | 1.12% | ||
veeart | 0 | 778,706,167 | 50% | ||
the100 | 0 | 1,319,828,942 | 2.8% | ||
hiveonboard | 0 | 3,557,990,390 | 2.1% | ||
noelyss | 0 | 26,959,565,369 | 35% | ||
jsalvage | 0 | 2,317,342,470 | 35% | ||
quinnertronics | 0 | 14,800,556,220 | 7% | ||
anafae | 0 | 597,459,810 | 1.12% | ||
rashed.ifte | 0 | 485,431,473 | 2.8% | ||
hivecoffee | 0 | 699,689,205 | 5.6% | ||
gohive | 0 | 13,291,354,536 | 100% | ||
sevenoh-fiveoh | 0 | 955,197,017 | 2.8% | ||
treefiddybruh | 0 | 1,646,896,503 | 2.8% | ||
aabcent | 0 | 12,694,050,734 | 4.48% | ||
davideazul | 0 | 658,824,172 | 5.6% | ||
altleft | 0 | 23,405,000,245 | 0.05% | ||
noalys | 0 | 1,004,292,910 | 2.8% | ||
borniet | 0 | 1,113,736,219 | 2.8% | ||
evagavilan2 | 0 | 913,975,521 | 2.8% | ||
gonklavez9 | 0 | 1,291,028,215 | 70% | ||
barbyjr | 0 | 755,538,267 | 50% | ||
chubb149 | 0 | 1,426,957,587 | 8.4% | ||
cosplay.hadr | 0 | 1,227,492,663 | 5.6% | ||
hadrgames | 0 | 1,261,472,842 | 5.6% | ||
rawecz | 0 | 710,141,526 | 5.6% | ||
maar | 0 | 667,170,753 | 70% | ||
bubblegif | 0 | 2,050,277,304 | 2.8% | ||
meritocracy | 0 | 62,662,582,185 | 0.56% | ||
jmsansan | 0 | 4,368,241,026 | 2.8% | ||
dcrops | 0 | 39,884,522,464 | 2.8% | ||
traderhive | 0 | 13,029,014,003 | 5.6% | ||
tawadak24 | 0 | 2,658,631,275 | 2.8% | ||
eturnerx-honey | 0 | 231,787,331 | 0.8% | ||
ausbit.dev | 0 | 529,835,217 | 2.8% | ||
arunbiju969 | 0 | 553,019,532 | 14% | ||
limn | 0 | 929,388,537 | 2.8% | ||
wynella | 0 | 1,088,914,487 | 2.8% | ||
nyxlabs | 0 | 937,021,292 | 3.5% | ||
dodovietnam | 0 | 3,206,481,648 | 2.8% | ||
oahb132 | 0 | 1,229,552,732 | 35% | ||
failingforwards | 0 | 3,176,325,854 | 2.8% | ||
medch | 0 | 578,850,831 | 1.68% | ||
trouvaille | 0 | 682,700,549 | 2.8% | ||
joseluis91 | 0 | 823,318,506 | 5.6% | ||
miroslaviv | 0 | 2,268,733,129 | 2.8% | ||
maxelitereturned | 0 | 885,797,124 | 35% | ||
juecoree.stem | 0 | 481,076,318 | 70% | ||
trippymane | 0 | 1,727,364,443 | 5.6% | ||
nfttunz | 0 | 8,460,523,687 | 0.56% | ||
atexoras.pub | 0 | 1,294,269,024 | 2.8% | ||
merit.ahama | 0 | 2,072,401,288 | 1.68% | ||
krrizjos18 | 0 | 3,091,992,602 | 35% | ||
holovision.stem | 0 | 1,895,308,432 | 100% | ||
hubeyma | 0 | 986,848,584 | 2.8% | ||
mirteg | 0 | 720,549,205 | 5.6% | ||
magnacarta | 0 | 534,656,098 | 2.8% | ||
sarashew | 0 | 3,929,089,751 | 5.6% | ||
hukepuk | 0 | 9,148,434,353 | 100% | ||
podping | 0 | 8,055,021,000 | 1.4% | ||
nabu.doconosor2 | 0 | 1,029,266,693 | 35% | ||
jessicaossom | 0 | 1,007,168,000 | 2.8% | ||
drhueso | 0 | 1,358,301,464 | 2.8% | ||
pinkfloyd878 | 0 | 4,765,882,721 | 100% | ||
irivers | 0 | 298,487,199 | 100% | ||
miko67 | 0 | 500,962,024 | 2.8% | ||
jaydr | 0 | 1,543,055,858 | 2.8% | ||
wongi | 0 | 1,801,580,423 | 13.5% | ||
seinkalar | 0 | 8,469,657,479 | 5.6% | ||
rhiaji | 0 | 1,733,172,787 | 100% | ||
sidalim88 | 0 | 2,962,409,613 | 2.8% | ||
aries90 | 0 | 45,959,568,427 | 5.6% | ||
hyun-soo | 0 | 1,805,918,758 | 35% | ||
rencongland | 0 | 572,105,781 | 2.8% | ||
cugel | 0 | 1,991,022,184 | 2.8% | ||
agreste | 0 | 185,124,222,679 | 100% | ||
acantoni | 0 | 907,265,045 | 2.8% | ||
migka | 0 | 4,148,511,002 | 90% | ||
pogier | 0 | 4,077,121,904 | 100% | ||
cashheaven | 0 | 1,754,664,008 | 2.8% | ||
h3m4n7 | 0 | 509,070,646 | 2.8% | ||
mistural | 0 | 677,011,207 | 5.6% | ||
jude9 | 0 | 9,788,030,120 | 51% | ||
popsfishing | 0 | 683,533,482 | 100% | ||
yixn | 0 | 49,536,885,096 | 2.8% | ||
alt3r | 0 | 1,511,619,888 | 4.31% | ||
mcookies | 0 | 511,375,618 | 2.8% | ||
waivio.curator | 0 | 1,745,701,140 | 3.23% | ||
theshot2414 | 0 | 2,751,187,088 | 4% | ||
pompeylad | 0 | 3,339,744,342 | 100% | ||
simsahas | 0 | 2,563,771,213 | 5.6% | ||
iumac03 | 0 | 608,833,839 | 2.8% | ||
aichanbot | 0 | 2,077,127,449 | 5.6% | ||
ehizgabriel | 0 | 710,339,783 | 35% | ||
methodofmad | 0 | 94,565,471,061 | 25% | ||
crypt0gnome | 0 | 4,913,558,350 | 1.12% | ||
deadleaf | 0 | 3,775,681,709 | 100% | ||
albuslucimus | 0 | 1,132,064,442 | 2.8% | ||
netvalar | 0 | 5,320,890,026 | 50% | ||
lukasbachofner | 0 | 2,884,997,914 | 3.92% | ||
sam9999 | 0 | 4,270,590,144 | 35% | ||
benwickenton | 0 | 2,634,466,029 | 5.6% | ||
dyptre | 0 | 666,649,268 | 2.8% | ||
annabeth | 0 | 796,807,646 | 5.6% | ||
dondido | 0 | 11,579,715,480 | 5.6% | ||
balabambuz | 0 | 701,508,497 | 2.8% | ||
drivingindevon | 0 | 1,692,394,806 | 4.48% | ||
prosocialise | 0 | 57,074,748,847 | 35% | ||
josmariyuyi | 0 | 638,975,806 | 2.8% | ||
bhdc | 0 | 2,064,406,694 | 5.6% | ||
archangel21 | 0 | 732,631,373 | 5.6% | ||
plicc8 | 0 | 6,521,959,994 | 70% | ||
matilei | 0 | 1,253,804,564 | 5.6% | ||
amafable07 | 0 | 669,892,129 | 35% | ||
ricardoeloy | 0 | 608,423,422 | 14% | ||
jaylatour | 0 | 581,753,540 | 5.6% | ||
nazom | 0 | 821,570,164 | 35% | ||
baboz | 0 | 1,794,536,942 | 1.4% | ||
sbtofficial | 0 | 3,737,675,398 | 2.8% | ||
nwothini335 | 0 | 736,914,073 | 35% | ||
quduus1 | 0 | 5,774,517,189 | 13.5% | ||
vagabond42069 | 0 | 1,515,867,004 | 35% | ||
vragolana | 0 | 657,700,461 | 2.8% | ||
cindynancy | 0 | 730,811,502 | 35% | ||
freakshow90 | 0 | 5,166,994,576 | 100% | ||
idksamad78699 | 0 | 1,625,980,655 | 2.8% | ||
cleanyourcity | 0 | 11,851,135,215 | 1.68% | ||
sc000 | 0 | 1,357,924,958 | 5.6% | ||
vankushfamily | 0 | 670,053,648 | 35% | ||
minas-glory | 0 | 3,571,477,810 | 2.8% | ||
clpacksperiment | 0 | 3,073,658,391 | 2.8% | ||
the-grandmaster | 0 | 3,623,283,444 | 2.8% | ||
the-burn | 0 | 3,626,901,469 | 2.8% | ||
hive-189277 | 0 | 3,491,960,819 | 27% | ||
thepeoplesguild | 0 | 1,148,489,408 | 2.8% | ||
reverio | 0 | 1,175,429,342 | 5% | ||
lettinggotech | 0 | 1,302,107,343 | 2.8% | ||
unity-freedom | 0 | 4,616,555,008 | 27% |
Since w=4, x is basically the string '8' obtained from multiplying w by 2. Multiplying the string by 3 gives us y which comes out to be '888'. z creates another list by repeating y twice. Thus Z = ['888','888']
author | splash-of-angs63 |
---|---|
permlink | re-eniolw-2023722t191515546z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","python","coding","programming","quiz","technology","neoxian","proofofbrain","waivio","spanish"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-22 13:45:15 |
last_update | 2023-07-22 13:45:15 |
depth | 1 |
children | 1 |
last_payout | 2023-07-29 13:45:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 49,712,805,563,209 |
root_title | "My Coding Quiz #9" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,540,813 |
net_rshares | 0 |
Thanks for participating. We'll see about your answer in the next installment :)
author | eniolw |
---|---|
permlink | re-splash-of-angs63-2023724t155910532z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","python","coding","programming","quiz","technology","neoxian","proofofbrain","waivio","spanish"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-24 19:59:12 |
last_update | 2023-07-24 19:59:12 |
depth | 2 |
children | 0 |
last_payout | 2023-07-31 19:59:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 253,497,814,325,855 |
root_title | "My Coding Quiz #9" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,607,965 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-eniolw-my-coding-quiz-9-20230723t043732309z |
category | hive-196387 |
json_metadata | {"app":"STEMsocial"} |
created | 2023-07-23 04:37:33 |
last_update | 2023-07-23 04:37:33 |
depth | 1 |
children | 0 |
last_payout | 2023-07-30 04:37:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 565 |
author_reputation | 22,903,711,652,468 |
root_title | "My Coding Quiz #9" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,559,444 |
net_rshares | 0 |