<div class="text-justify"> <center><h2>My Coding Quiz #10 👨💻🛠️🧩</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/DQmf8ZHEL9oH1ZiqQbyk4TTRcnY4ZypAoXmRFEVYUk3uAdv/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-9">previous quiz</a>:</b> <b>['888', '888']</b>. First a variable <code>w</code> of numeric value <b>4</b> is created. This value is then doubled and converted to a character, resulting in the value <b>'8'</b> being assigned to the variable <code>x</code>.</p> <p>Next, on line 3 we get a string by tripling the contents of <code>x</code>, resulting in the immutable value <b>'888'</b>. This is a Python feature that applies arithmetic operators to strings, so this is not a bug. Along the same line, a <code>y</code> list is created with the newly obtained value.</p> <p>On line 4 we see another Pythonic trick that applies the <code>*</code> operator to lists. What it does is create a new list with as many copies of <code>y</code> as specified. In this case it's two copies of <code>y</code> (<code>z = y * 2</code>), which translates to <b>['888', '888']</b> which is the value printed on the final line.</p> <p>Did you know these other uses of the <code>*</code> operator in Python? Believe me, they are not all there is! Congratulations to @splash-of-angs63 for solving this quiz.</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 #10 👨💻🛠️🧩</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/DQmVYfU5dFsKgYGeVkXdpQvLjoorDiciZtWdrJU64qhNHU7/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-9">quiz anterior</a>:</b> <b>['888', '888']</b>. Primero se crea una variable <code>w</code> de valor numérico <b>4</b>. Seguidamente, este valor se duplica y se convierte a un caracter, lo que resulta en el valor <b>'8'</b> que se asigna a la variable <code>x</code>.</p> <p>Acto seguido, en la línea 3 obtenemos una cadena de caracteres triplicando el contenido de <code>x</code>, dando como resultado el valor inmutable <b>'888'</b>. Se trata de un artificio de Python que aplica operadores aritméticos a las cadenas de caracteres, por lo que no se trata de un error. En esa misma línea, se crea una lista <code>y</code> con el valor recien obtenido.</p> <p>En la línea 4 volvemos a ver otro artificio Pythónico que aplica el operador <code>*</code> a las listas. Lo que hace es crear una nueva lista con tantas copias de <code>y</code> como se haya especificado. En este caso son dos copias de <code>y</code> (<code>z = y * 2</code>), lo que se traduce en <b>['888', '888']</b> que es el valor impreso en la línea final.</p> <p>¿Conocías estos otros usos del operador <code>*</code> en Python? ¡Créeme, no son todos los que hay! Felicitaciones a @splash-of-angs63 por resolver este quiz.</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-10 |
category | hive-196387 |
json_metadata | "{"image": ["https://images.ecency.com/DQmf8ZHEL9oH1ZiqQbyk4TTRcnY4ZypAoXmRFEVYUk3uAdv/quiz_img_en.png", "https://images.ecency.com/DQmVYfU5dFsKgYGeVkXdpQvLjoorDiciZtWdrJU64qhNHU7/quiz_img_es.png"], "thumbnails": ["https://images.ecency.com/DQmf8ZHEL9oH1ZiqQbyk4TTRcnY4ZypAoXmRFEVYUk3uAdv/quiz_img_en.png", "https://images.ecency.com/DQmVYfU5dFsKgYGeVkXdpQvLjoorDiciZtWdrJU64qhNHU7/quiz_img_es.png"], "tags": ["hive-196387", "coding", "programming", "python", "quiz", "technology", "creativecoin", "proofofbrain", "neoxian", "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 fun way.", "app": "ecency/3.0.35-vision", "format": "markdown+html"}" |
created | 2023-07-28 09:02:00 |
last_update | 2023-07-28 09:02:00 |
depth | 0 |
children | 5 |
last_payout | 2023-08-04 09:02:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.392 HBD |
curator_payout_value | 6.262 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,599 |
author_reputation | 253,497,814,325,855 |
root_title | "My Coding Quiz #10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,713,787 |
net_rshares | 27,122,777,249,631 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 1,026,784,683 | 2.8% | ||
kevinwong | 0 | 2,949,475,773 | 0.42% | ||
justtryme90 | 0 | 1,339,039,348 | 70% | ||
eric-boucher | 0 | 14,877,143,500 | 2.8% | ||
thecryptodrive | 0 | 52,902,449,877 | 1.12% | ||
roelandp | 0 | 303,447,706,192 | 35% | ||
cloh76 | 0 | 4,027,181,899 | 2.8% | ||
stea90 | 0 | 915,422,282 | 1% | ||
joshglen | 0 | 703,268,997 | 5.6% | ||
pipokinha | 0 | 63,772,441,702 | 100% | ||
akipponn | 0 | 5,401,169,494 | 35% | ||
sunshine | 0 | 202,575,607,797 | 35% | ||
kryptik | 0 | 13,699,529,031 | 100% | ||
lordvader | 0 | 44,807,071,046 | 5.6% | ||
rmach | 0 | 20,107,532,370 | 35% | ||
lemouth | 0 | 1,318,700,928,445 | 45% | ||
alaqrab | 0 | 517,992,663 | 2.8% | ||
lamouthe | 0 | 5,546,413,281 | 70% | ||
tfeldman | 0 | 5,491,578,674 | 2.8% | ||
sergiomendes | 0 | 1,996,251,992 | 2.8% | ||
metabs | 0 | 7,378,485,651 | 70% | ||
mcsvi | 0 | 127,678,327,061 | 50% | ||
lk666 | 0 | 1,771,639,193 | 2.8% | ||
cnfund | 0 | 11,130,065,906 | 5.6% | ||
justyy | 0 | 32,892,140,880 | 5.6% | ||
michelle.gent | 0 | 3,341,509,470 | 1.12% | ||
curie | 0 | 438,218,329,779 | 5.6% | ||
modernzorker | 0 | 2,563,988,160 | 3.92% | ||
techslut | 0 | 167,623,104,129 | 28% | ||
steemstem | 0 | 1,286,020,230,107 | 70% | ||
dashfit | 0 | 497,751,035 | 2.8% | ||
tristancarax | 0 | 678,425,372 | 2.8% | ||
edb | 0 | 6,713,007,093 | 7% | ||
yadamaniart | 0 | 3,128,544,212 | 2.8% | ||
bigtakosensei | 0 | 1,211,932,539 | 1.4% | ||
walterjay | 0 | 433,195,380,701 | 35% | ||
valth | 0 | 11,163,003,085 | 35% | ||
metroair | 0 | 24,344,240,165 | 5.6% | ||
driptorchpress | 0 | 2,112,284,771 | 1.4% | ||
sardrt | 0 | 1,237,057,024 | 10% | ||
dna-replication | 0 | 2,744,070,695 | 70% | ||
mariaalmeida | 0 | 17,360,787,056 | 100% | ||
boynashruddin | 0 | 860,011,036 | 5.6% | ||
ambyr00 | 0 | 566,602,789 | 0.84% | ||
gifmaster | 0 | 53,441,127,618 | 100% | ||
steemiteducation | 0 | 1,200,839,338 | 2.8% | ||
dhimmel | 0 | 364,874,557,128 | 17.5% | ||
oluwatobiloba | 0 | 2,672,172,135 | 70% | ||
damla | 0 | 459,136,932,393 | 100% | ||
detlev | 0 | 24,592,416,107 | 1.68% | ||
chasmic-cosm | 0 | 865,206,607 | 2.8% | ||
dimarss | 0 | 4,299,946,144 | 20% | ||
lugaxker | 0 | 823,566,558 | 34.65% | ||
federacion45 | 0 | 8,848,640,352 | 2.8% | ||
dreamon | 0 | 899,219,563 | 22.2% | ||
amberyooper | 0 | 559,557,294 | 2.8% | ||
gamersclassified | 0 | 3,443,762,514 | 2.8% | ||
iansart | 0 | 10,976,754,150 | 2.8% | ||
forykw | 0 | 15,180,537,346 | 2.8% | ||
mobbs | 0 | 111,421,112,002 | 35% | ||
eliel | 0 | 13,384,189,901 | 5.6% | ||
jerrybanfield | 0 | 17,618,173,740 | 5.6% | ||
rt395 | 0 | 1,923,695,290 | 1.5% | ||
bitrocker2020 | 0 | 10,370,655,231 | 0.84% | ||
jga | 0 | 51,876,045,344 | 100% | ||
maxdevalue | 0 | 36,706,467,607 | 5.6% | ||
sustainablyyours | 0 | 30,012,997,976 | 35% | ||
erick1 | 0 | 25,437,453,204 | 80% | ||
schoolforsdg4 | 0 | 1,073,689,594 | 5% | ||
samminator | 0 | 51,183,892,259 | 35% | ||
zerotoone | 0 | 1,121,990,310 | 2.8% | ||
enjar | 0 | 40,343,590,332 | 5.04% | ||
mahdiyari | 0 | 1,953,516,694,481 | 80% | ||
lorenzor | 0 | 1,356,782,769 | 50% | ||
firstamendment | 0 | 86,836,667,634 | 50% | ||
sam99 | 0 | 13,912,414,559 | 21% | ||
aboutyourbiz | 0 | 1,008,920,542 | 5.6% | ||
derosnec | 0 | 573,020,645 | 2.8% | ||
alexander.alexis | 0 | 43,013,139,769 | 70% | ||
dandesign86 | 0 | 15,644,102,099 | 8% | ||
deanlogic | 0 | 1,410,755,944 | 2.8% | ||
hhayweaver | 0 | 1,007,544,241 | 1.4% | ||
techken | 0 | 2,221,993,636 | 2.8% | ||
princessmewmew | 0 | 7,737,316,594 | 2.8% | ||
grapthar | 0 | 1,907,432,584 | 4.2% | ||
imransoudagar | 0 | 1,455,449,436 | 100% | ||
joeyarnoldvn | 0 | 480,059,508 | 1.47% | ||
diabolika | 0 | 910,440,460 | 2.8% | ||
zacherybinx | 0 | 934,879,967 | 5.6% | ||
ufv | 0 | 3,006,808,420 | 50% | ||
gunthertopp | 0 | 74,729,969,992 | 1.4% | ||
pipiczech | 0 | 2,334,396,131 | 5.6% | ||
touchman | 0 | 176,431,022,794 | 100% | ||
empath | 0 | 4,137,808,023 | 2.8% | ||
flatman | 0 | 1,586,814,518 | 5.6% | ||
samest | 0 | 12,097,503,709 | 50% | ||
simonpeter35 | 0 | 1,268,614,219 | 100% | ||
minnowbooster | 0 | 1,064,582,758,399 | 20% | ||
lenasveganliving | 0 | 871,833,255 | 2.8% | ||
howo | 0 | 2,247,443,285,318 | 70% | ||
tsoldovieri | 0 | 7,378,234,429 | 35% | ||
steemwizards | 0 | 4,014,745,614 | 5.6% | ||
neumannsalva | 0 | 4,763,456,757 | 2.8% | ||
stayoutoftherz | 0 | 147,344,147,661 | 1.4% | ||
abigail-dantes | 0 | 25,950,038,435 | 70% | ||
coindevil | 0 | 2,819,741,662 | 4.48% | ||
ansoe | 0 | 768,102,870 | 2.8% | ||
syh7758520 | 0 | 2,631,920,402 | 80% | ||
zonguin | 0 | 3,741,738,842 | 17.5% | ||
investingpennies | 0 | 21,194,598,351 | 5.6% | ||
mamalikh13 | 0 | 13,330,140,399 | 5.6% | ||
prapanth | 0 | 1,060,255,887 | 2.8% | ||
martibis | 0 | 2,520,603,506 | 1.68% | ||
val.halla | 0 | 2,869,753,262 | 10% | ||
redrica | 0 | 1,980,875,393 | 2.8% | ||
pepskaram | 0 | 594,251,943 | 2.8% | ||
iamphysical | 0 | 793,412,585 | 90% | ||
sunisa | 0 | 1,443,946,912 | 2.8% | ||
dipom98 | 0 | 1,185,308,522 | 2.8% | ||
zest | 0 | 1,003,920,540 | 35% | ||
aaronleang | 0 | 8,133,275,301 | 25% | ||
zyx066 | 0 | 5,540,217,486 | 1.68% | ||
chrisdavidphoto | 0 | 1,089,024,025 | 1.68% | ||
revo | 0 | 10,955,255,940 | 5.6% | ||
ragnarokdel | 0 | 24,646,235,720 | 100% | ||
azulear | 0 | 1,331,090,807 | 100% | ||
psicoluigi | 0 | 784,932,374 | 50% | ||
nerdnews | 0 | 940,571,370 | 5.6% | ||
rafaelaquino | 0 | 19,430,278,528 | 100% | ||
wilians | 0 | 548,137,818 | 35% | ||
rocky1 | 0 | 800,658,982,540 | 0.84% | ||
stickchumpion | 0 | 745,049,021 | 2.8% | ||
noloafing | 0 | 529,336,008 | 17.5% | ||
thelordsharvest | 0 | 5,175,011,685 | 5.6% | ||
vera-vaders-ea | 0 | 489,304,429 | 5.6% | ||
sumant | 0 | 12,802,136,197 | 2.8% | ||
aidefr | 0 | 7,231,669,939 | 35% | ||
torico | 0 | 1,494,421,241 | 1.84% | ||
cloudspyder | 0 | 8,970,700,881 | 100% | ||
sorin.cristescu | 0 | 195,706,437,373 | 35% | ||
therealwolf | 0 | 33,800,035,975 | 2.8% | ||
inthenow | 0 | 19,056,796,401 | 20% | ||
minnowpowerup | 0 | 871,141,021 | 2.8% | ||
yangyanje | 0 | 782,621,067 | 1.4% | ||
splash-of-angs63 | 0 | 2,545,688,249 | 70% | ||
cryptononymous | 0 | 1,941,067,511 | 2.8% | ||
meno | 0 | 25,979,260,251 | 2.8% | ||
bigdizzle91 | 0 | 799,640,591 | 2.8% | ||
helyorsini | 0 | 612,996,497 | 2.8% | ||
technicalside | 0 | 36,363,235,589 | 24% | ||
steemed-proxy | 0 | 1,042,758,396,995 | 5.6% | ||
fatkat | 0 | 1,424,626,011 | 2.79% | ||
peaceandwar | 0 | 880,383,295 | 2.8% | ||
enzor | 0 | 2,179,922,983 | 35% | ||
marcoriccardi | 0 | 996,316,535 | 5.6% | ||
bartosz546 | 0 | 3,552,733,439 | 2.8% | ||
tazbaz | 0 | 560,096,495 | 2.8% | ||
kiaazad | 0 | 41,552,523,185 | 100% | ||
dreamm | 0 | 3,064,104,187 | 50% | ||
liverpool-fan | 0 | 552,442,448 | 2.8% | ||
battebilly | 0 | 719,819,189 | 2.8% | ||
notb4mycoffee | 0 | 3,148,277,453 | 5.6% | ||
silverwhale | 0 | 1,426,142,969 | 5.04% | ||
dejan.vuckovic | 0 | 815,586,293 | 2.8% | ||
alvinauh | 0 | 1,300,132,500 | 30% | ||
lottje | 0 | 612,414,932 | 70% | ||
myach | 0 | 784,078,276 | 4.48% | ||
sunsea | 0 | 4,609,556,185 | 2.8% | ||
postpromoter | 0 | 1,581,042,948,289 | 70% | ||
bluefinstudios | 0 | 4,014,526,720 | 1.68% | ||
steveconnor | 0 | 4,740,121,341 | 2.8% | ||
sankysanket18 | 0 | 1,687,832,600 | 35% | ||
dbddv01 | 0 | 2,571,128,111 | 17.5% | ||
dranren | 0 | 1,996,883,292 | 100% | ||
zmx | 0 | 559,908,320 | 2.8% | ||
nicole-st | 0 | 895,514,007 | 2.8% | ||
smartsteem | 0 | 137,748,150,273 | 2.8% | ||
jasimg | 0 | 698,311,845 | 100% | ||
smitop | 0 | 10,352,690,605 | 100% | ||
aboutcoolscience | 0 | 887,708,083 | 70% | ||
afifa | 0 | 588,507,455 | 10% | ||
amestyj | 0 | 95,751,369,358 | 100% | ||
sandracarrascal | 0 | 507,942,874 | 50% | ||
skycae | 0 | 715,709,167 | 5.6% | ||
sgt-dan | 0 | 29,734,341,024 | 50% | ||
kenadis | 0 | 19,068,089,661 | 70% | ||
madridbg | 0 | 28,013,062,094 | 70% | ||
robotics101 | 0 | 20,871,985,710 | 70% | ||
marcolino76 | 0 | 612,175,845 | 2.8% | ||
onemedia | 0 | 1,139,621,120 | 5.6% | ||
lpv | 0 | 2,919,617,967 | 8.75% | ||
elex17 | 0 | 1,319,426,785 | 100% | ||
punchline | 0 | 15,777,471,428 | 5.6% | ||
howiemac | 0 | 633,881,837 | 2.8% | ||
straykat | 0 | 820,502,355 | 2.8% | ||
tomatom | 0 | 513,880,837 | 2.8% | ||
duke77 | 0 | 801,806,202 | 33% | ||
danaedwards | 0 | 718,014,421 | 5.6% | ||
r00sj3 | 0 | 169,388,413,740 | 35% | ||
sco | 0 | 18,700,292,873 | 70% | ||
anikekirsten | 0 | 1,491,621,045 | 35% | ||
phgnomo | 0 | 844,111,876 | 2.8% | ||
ennyta | 0 | 993,997,127 | 50% | ||
brotherhood | 0 | 19,945,716,745 | 5.6% | ||
juecoree | 0 | 4,442,184,069 | 49% | ||
gordon92 | 0 | 862,264,222 | 2.8% | ||
stahlberg | 0 | 1,288,375,860 | 2.8% | ||
gabrielatravels | 0 | 1,413,292,533 | 1.96% | ||
jaro-art | 0 | 3,854,434,911 | 100% | ||
cordeta | 0 | 1,020,618,615 | 5.6% | ||
reizak | 0 | 498,030,165 | 2.24% | ||
carn | 0 | 3,551,393,493 | 5.04% | ||
branbello | 0 | 2,638,883,351 | 35% | ||
bartheek | 0 | 7,386,357,356 | 5.6% | ||
hetty-rowan | 0 | 2,232,783,782 | 2.8% | ||
ydavgonzalez | 0 | 2,076,009,846 | 10% | ||
intrepidphotos | 0 | 16,384,833,499 | 52.5% | ||
fineartnow | 0 | 4,009,691,973 | 2.8% | ||
hijosdelhombre | 0 | 43,246,908,934 | 40% | ||
mathowl | 0 | 45,863,535,105 | 100% | ||
yoghurt | 0 | 1,502,671,144 | 5.6% | ||
steemvault | 0 | 2,187,316,762 | 5.6% | ||
steem4all | 0 | 1,322,555,156 | 2.8% | ||
communitybank | 0 | 4,479,240,850 | 5.6% | ||
shinedojo | 0 | 688,977,897 | 5.6% | ||
fragmentarion | 0 | 18,875,999,155 | 70% | ||
utube | 0 | 4,884,077,426 | 5.6% | ||
jigstrike | 0 | 888,731,022 | 2.8% | ||
baycan | 0 | 870,877,928 | 2.8% | ||
m1alsan | 0 | 1,738,893,822 | 2.8% | ||
dynamicrypto | 0 | 2,822,277,966 | 1% | ||
neneandy | 0 | 6,485,040,901 | 5.6% | ||
goldrooster | 0 | 5,948,350,341 | 100% | ||
real2josh | 0 | 661,181,182 | 35% | ||
soufiani | 0 | 557,847,699 | 2.24% | ||
sportscontest | 0 | 5,916,703,063 | 5.6% | ||
videosteemit | 0 | 1,297,811,514 | 5.6% | ||
gribouille | 0 | 1,654,670,949 | 35% | ||
itharagaian | 0 | 1,596,459,645 | 33% | ||
pandasquad | 0 | 12,652,785,856 | 5.6% | ||
tobias-g | 0 | 44,964,334,132 | 15% | ||
stemng | 0 | 3,449,693,238 | 100% | ||
kingabesh | 0 | 2,039,950,117 | 50% | ||
miguelangel2801 | 0 | 796,864,349 | 50% | ||
mproxima | 0 | 2,019,653,308 | 2.8% | ||
fantasycrypto | 0 | 4,868,217,347 | 5.6% | ||
didic | 0 | 1,937,967,094 | 2.8% | ||
warpedpoetic | 0 | 1,910,859,716 | 5.6% | ||
careassaktart | 0 | 1,257,058,111 | 1.68% | ||
emiliomoron | 0 | 10,577,638,418 | 35% | ||
galam | 0 | 968,172,865 | 35% | ||
dexterdev | 0 | 2,887,818,712 | 35% | ||
nwjordan | 0 | 849,606,209 | 5.6% | ||
photohunt | 0 | 3,890,544,607 | 5.6% | ||
geopolis | 0 | 4,683,996,982 | 70% | ||
ajfernandez | 0 | 777,065,010 | 100% | ||
robertbira | 0 | 7,583,457,039 | 17.5% | ||
atomcollector | 0 | 2,035,296,622 | 1.4% | ||
the.chiomz | 0 | 1,118,120,208 | 55% | ||
alexdory | 0 | 11,681,802,050 | 70% | ||
takowi | 0 | 106,540,141,572 | 5.6% | ||
sargewhale | 0 | 838,279,832 | 100% | ||
irgendwo | 0 | 18,610,789,158 | 5.6% | ||
vegan.niinja | 0 | 522,333,115 | 2.8% | ||
flugschwein | 0 | 3,669,947,811 | 59.5% | ||
charitybot | 0 | 5,067,670,074 | 100% | ||
cyprianj | 0 | 57,736,361,369 | 50% | ||
kieranstone | 0 | 1,572,332,732 | 1.84% | ||
movement19 | 0 | 625,596,725 | 2.5% | ||
melvin7 | 0 | 47,016,645,923 | 35% | ||
francostem | 0 | 9,754,242,673 | 70% | ||
russellstockley | 0 | 1,565,490,045 | 1.4% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
chrislybear | 0 | 10,541,065,209 | 50% | ||
steempampanga | 0 | 544,770,416 | 2.8% | ||
croctopus | 0 | 1,531,471,513 | 100% | ||
jjerryhan | 0 | 2,040,687,835 | 2.8% | ||
putu300 | 0 | 484,546,638 | 5% | ||
michelmake | 0 | 69,590,830,403 | 50% | ||
zipporah | 0 | 2,754,096,232 | 1.12% | ||
leomarylm | 0 | 1,749,050,176 | 2.8% | ||
randumb | 0 | 1,371,360,598 | 5.6% | ||
superlotto | 0 | 17,001,189,550 | 5.6% | ||
positiveninja | 0 | 1,063,578,155 | 2.8% | ||
oadissin | 0 | 12,453,147,686 | 12.5% | ||
miroslavrc | 0 | 637,803,342 | 1.4% | ||
foxyspirit | 0 | 558,265,508 | 2.8% | ||
bscrypto | 0 | 14,455,581,902 | 2.8% | ||
vonaurolacu | 0 | 1,733,975,034 | 2.8% | ||
movingman | 0 | 509,586,623 | 20% | ||
delpilar | 0 | 934,959,443 | 25% | ||
scottshots | 0 | 545,567,199 | 0.28% | ||
tomastonyperez | 0 | 17,118,554,130 | 50% | ||
paypalbis | 0 | 911,803,818 | 100% | ||
rodrigocassio | 0 | 893,279,226 | 100% | ||
bil.prag | 0 | 2,369,432,779 | 0.28% | ||
silviomangum29 | 0 | 893,248,538 | 100% | ||
elvigia | 0 | 11,215,576,001 | 50% | ||
sanderjansenart | 0 | 4,984,168,036 | 2.8% | ||
viagens | 0 | 895,667,093 | 100% | ||
vittoriozuccala | 0 | 2,185,685,124 | 2.8% | ||
laxam | 0 | 5,481,850,191 | 100% | ||
qberry | 0 | 3,826,816,544 | 2.8% | ||
strosalia | 0 | 10,409,278,967 | 80% | ||
frissonsteemit | 0 | 1,255,565,879 | 2.8% | ||
broncofan99 | 0 | 8,287,722,245 | 20% | ||
rambutan.art | 0 | 1,852,977,421 | 5.6% | ||
flyerchen | 0 | 648,860,602 | 2.8% | ||
braaiboy | 0 | 10,487,092,473 | 2.8% | ||
gadrian | 0 | 384,552,358,462 | 52.5% | ||
jansher | 0 | 698,470,608 | 100% | ||
c0wtschpotato | 0 | 591,628,150 | 2.8% | ||
fotogruppemunich | 0 | 4,294,193,595 | 1.4% | ||
therising | 0 | 98,198,836,947 | 5.6% | ||
cryptocoinkb | 0 | 2,186,328,937 | 2.8% | ||
gifty-e | 0 | 579,853,013 | 80% | ||
scruffy23 | 0 | 20,203,009,263 | 50% | ||
de-stem | 0 | 38,664,440,870 | 69.3% | ||
imcore | 0 | 866,801,216 | 10% | ||
serylt | 0 | 3,236,575,900 | 68.6% | ||
lilacse | 0 | 9,346,276,604 | 100% | ||
josedelacruz | 0 | 4,798,922,507 | 50% | ||
achimmertens | 0 | 7,016,600,263 | 2.8% | ||
lorenzopistolesi | 0 | 10,566,724,255 | 2.8% | ||
kgakakillerg | 0 | 18,507,244,315 | 10% | ||
charitymemes | 0 | 534,493,884 | 100% | ||
mariusfebruary | 0 | 717,333,591 | 2.24% | ||
outtheshellvlog | 0 | 884,196,165 | 2.8% | ||
sawyn | 0 | 664,157,771 | 2.8% | ||
petertag | 0 | 544,513,082 | 4.2% | ||
realblockchain | 0 | 15,542,807,404 | 50% | ||
calebotamus | 0 | 4,036,165,628 | 100% | ||
erickyoussif | 0 | 665,061,872 | 100% | ||
michaelwrites | 0 | 932,338,427 | 35% | ||
indigoocean | 0 | 1,219,785,024 | 2.8% | ||
primersion | 0 | 315,633,924,683 | 20% | ||
deholt | 0 | 4,096,036,813 | 59.5% | ||
solominer | 0 | 995,501,679,373 | 10% | ||
robmolecule | 0 | 21,907,288,224 | 10% | ||
anneporter | 0 | 2,741,269,934 | 21% | ||
celinavisaez | 0 | 9,919,109,303 | 30% | ||
steem.services | 0 | 1,033,466,047 | 1.12% | ||
gwilberiol | 0 | 134,599,284,810 | 45% | ||
netzisde | 0 | 1,015,601,535 | 2.8% | ||
diabonua | 0 | 5,581,419,161 | 2.8% | ||
bushradio | 0 | 633,885,602 | 5.6% | ||
pladozero | 0 | 33,122,764,640 | 10% | ||
minerthreat | 0 | 3,614,015,897 | 2.8% | ||
nateaguila | 0 | 142,339,082,195 | 5% | ||
stevenwood | 0 | 3,035,308,567 | 1.86% | ||
temitayo-pelumi | 0 | 4,281,892,415 | 50% | ||
andrick | 0 | 866,365,209 | 50% | ||
doctor-cog-diss | 0 | 54,474,235,244 | 70% | ||
dailyspam | 0 | 7,627,645,461 | 20% | ||
trisolaran | 0 | 1,572,957,951 | 2.8% | ||
realkiki85 | 0 | 5,117,038,581 | 100% | ||
marcuz | 0 | 2,462,482,398 | 35% | ||
cooltivar | 0 | 1,409,927,973 | 1.12% | ||
acont | 0 | 11,470,463,231 | 50% | ||
uche-nna | 0 | 5,706,812,408 | 4.48% | ||
drawmeaship | 0 | 6,066,170,050 | 50% | ||
vietthuy | 0 | 814,194,105 | 50% | ||
barbz | 0 | 103,026,245,322 | 100% | ||
citizendog | 0 | 5,247,768,151 | 5.6% | ||
we-are-lucky | 0 | 221,501,150 | 0.7% | ||
letenebreux | 0 | 1,481,977,689 | 33% | ||
cheese4ead | 0 | 4,563,967,821 | 2.8% | ||
jd4e | 0 | 3,739,870,996 | 50% | ||
mafufuma | 0 | 7,443,468,329 | 1% | ||
cryptojiang | 0 | 130,195,017,257 | 100% | ||
nattybongo | 0 | 38,826,118,138 | 70% | ||
drsensor | 0 | 993,128,802 | 36% | ||
roozeec | 0 | 495,116,694 | 10% | ||
revueh | 0 | 1,935,279,916 | 35% | ||
ilovecryptopl | 0 | 898,860,035 | 4.48% | ||
purelyscience | 0 | 536,710,580 | 35% | ||
esteliopadilla | 0 | 493,389,919 | 100% | ||
bflanagin | 0 | 7,364,621,919 | 2.8% | ||
armandosodano | 0 | 13,106,963,607 | 2.8% | ||
acousticguitar | 0 | 14,221,608,888 | 50% | ||
marivic10 | 0 | 520,169,392 | 1.4% | ||
acidtiger | 0 | 526,264,880 | 2.8% | ||
gerdtrudroepke | 0 | 66,135,444,985 | 49% | ||
goblinknackers | 0 | 73,042,742,888 | 7% | ||
zuerich | 0 | 460,532,916,615 | 10% | ||
anttn | 0 | 278,988,995,341 | 27% | ||
bambinaacida | 0 | 2,388,292,371 | 50% | ||
reinaseq | 0 | 7,614,996,882 | 100% | ||
vixmemon | 0 | 1,643,613,697 | 4.2% | ||
honeycup-waters | 0 | 625,660,242 | 2.8% | ||
yaelg | 0 | 1,195,196,713 | 1.68% | ||
kylealex | 0 | 4,632,694,263 | 10% | ||
artmedina | 0 | 643,333,374 | 2.8% | ||
orlandogonzalez | 0 | 3,236,836,789 | 25% | ||
fran.frey | 0 | 4,214,477,344 | 50% | ||
perpetuum-lynx | 0 | 2,163,601,941 | 68.6% | ||
thelittlebank | 0 | 19,685,916,988 | 2.8% | ||
pboulet | 0 | 172,029,587,736 | 56% | ||
javyeslava.photo | 0 | 656,245,833 | 2.24% | ||
cercle | 0 | 1,735,993,688 | 33% | ||
josesalazar200 | 0 | 582,196,260 | 5.6% | ||
stem-espanol | 0 | 19,841,380,329 | 100% | ||
futurekr | 0 | 2,940,553,250 | 100% | ||
cliffagreen | 0 | 4,787,629,035 | 10% | ||
aleestra | 0 | 12,839,094,519 | 80% | ||
palasatenea | 0 | 3,305,999,387 | 2.8% | ||
the.success.club | 0 | 3,399,271,254 | 2.8% | ||
javier.dejuan | 0 | 540,507,211 | 70% | ||
l-singclear | 0 | 1,861,338,655 | 100% | ||
xmauron3 | 0 | 3,336,413,237 | 2.8% | ||
amansharma555 | 0 | 595,961,049 | 100% | ||
sincensura | 0 | 1,043,714,236 | 100% | ||
meanroosterfarm | 0 | 1,405,076,348 | 35% | ||
teemike | 0 | 824,104,117 | 50% | ||
merlin7 | 0 | 11,346,316,065 | 5.6% | ||
brianoflondon | 0 | 75,545,294,424 | 1.4% | ||
douglasjames | 0 | 18,034,632,980 | 100% | ||
giulyfarci52 | 0 | 1,722,948,742 | 50% | ||
esthersanchez | 0 | 4,601,616,806 | 60% | ||
pauliinasoilu | 0 | 472,290,294 | 2.8% | ||
kristall97 | 0 | 27,252,754,329 | 100% | ||
steemcryptosicko | 0 | 10,307,000,725 | 1.12% | ||
certain | 0 | 1,356,928,077 | 0.67% | ||
alvin0617 | 0 | 493,755,376 | 2.8% | ||
multifacetas | 0 | 1,283,771,218 | 2.8% | ||
cakemonster | 0 | 3,840,119,930 | 5.6% | ||
themightysquid | 0 | 3,810,975,478 | 100% | ||
cowpatty | 0 | 1,476,048,598 | 35% | ||
stem.witness | 0 | 4,220,861,482 | 70% | ||
witkowskipawel | 0 | 983,506,605 | 2.8% | ||
hiddendragon | 0 | 642,826,538 | 38% | ||
chipdip | 0 | 785,997,969 | 10% | ||
pandapuzzles | 0 | 8,053,765,904 | 100% | ||
autobodhi | 0 | 999,910,549 | 5.6% | ||
mechanicalowl | 0 | 658,743,302 | 50% | ||
regularowl | 0 | 1,176,850,755 | 50% | ||
morarnagringa | 0 | 1,230,355,746 | 100% | ||
solox | 0 | 1,004,611,699 | 5.6% | ||
double-negative | 0 | 529,787,865 | 20% | ||
michaias | 0 | 2,106,092,260 | 75% | ||
vaultec | 0 | 5,288,389,713 | 12% | ||
steemstorage | 0 | 7,145,086,960 | 5.6% | ||
aqua.nano | 0 | 451,705,050 | 100% | ||
steemegg | 0 | 1,063,720,453 | 2.8% | ||
ragnarhewins90 | 0 | 482,025,634 | 10% | ||
jtm.support | 0 | 5,161,476,603 | 70% | ||
edithbdraw | 0 | 808,568,815 | 2.8% | ||
crowdwitness | 0 | 89,847,139,983 | 35% | ||
apokruphos | 0 | 11,697,419,621 | 2% | ||
markwannabee | 0 | 483,861,393 | 100% | ||
hairgistix | 0 | 3,220,423,123 | 2.8% | ||
peter-bot | 0 | 698,956,973 | 100% | ||
bluemaskman | 0 | 623,898,299 | 2.8% | ||
steemean | 0 | 10,107,116,149 | 5% | ||
proxy-pal | 0 | 1,240,621,038 | 5.6% | ||
quentinvb | 0 | 485,616,156 | 100% | ||
deveney | 0 | 485,021,014 | 100% | ||
deriyon | 0 | 481,208,271 | 100% | ||
thelogicaldude | 0 | 1,526,858,976 | 1.12% | ||
extravagante | 0 | 1,745,425,768 | 100% | ||
denizcakmak | 0 | 628,822,202 | 50% | ||
newton666 | 0 | 2,296,267,093 | 100% | ||
kggymlife | 0 | 3,563,283,767 | 20% | ||
medro-martin | 0 | 13,173,847,371 | 95% | ||
aaronkroeblinger | 0 | 111,531,467,138 | 50% | ||
cryptofiloz | 0 | 9,072,471,871 | 5.6% | ||
dawnoner | 0 | 1,648,321,626 | 0.56% | ||
filosof103 | 0 | 572,289,084 | 2.8% | ||
photographercr | 0 | 2,600,039,342 | 1.12% | ||
eliana-art | 0 | 1,063,982,109 | 100% | ||
epicdice | 0 | 926,720,665 | 0.84% | ||
iamsaray | 0 | 1,293,589,398 | 2.8% | ||
edencourage | 0 | 6,351,044,833 | 50% | ||
robibasa | 0 | 28,282,845,350 | 10% | ||
justlee87 | 0 | 2,247,517,845 | 100% | ||
beerlover | 0 | 2,221,024,918 | 1.68% | ||
newtrailers | 0 | 1,071,074,517 | 5.6% | ||
tinyhousecryptos | 0 | 485,627,756 | 5% | ||
shogun82 | 0 | 0 | 100% | ||
iktisat | 0 | 481,828,047 | 50% | ||
rtron86 | 0 | 4,705,305,865 | 50% | ||
tggr | 0 | 1,315,229,708 | 2.8% | ||
aicu | 0 | 1,400,604,903 | 5.6% | ||
zeruxanime | 0 | 17,294,038,051 | 50% | ||
afarina46 | 0 | 1,950,435,249 | 35% | ||
hutty | 0 | 3,692,867,824 | 100% | ||
literalypotato | 0 | 1,284,232,904 | 100% | ||
waraira777 | 0 | 2,172,401,529 | 35% | ||
imbartley | 0 | 830,828,915 | 26.25% | ||
mind.force | 0 | 1,223,978,312 | 1.4% | ||
h-hamilton | 0 | 944,378,720 | 2.8% | ||
partitura.stem | 0 | 306,098,223 | 100% | ||
aicoding | 0 | 583,307,026 | 2.8% | ||
tokensink | 0 | 3,172,098,201 | 5.6% | ||
beta500 | 0 | 3,938,449,463 | 5.6% | ||
dechuck | 0 | 18,255,591,019 | 50% | ||
knightsunited | 0 | 1,038,491,381 | 5.6% | ||
bastionpm | 0 | 535,732,933 | 33% | ||
nazer | 0 | 2,774,484,953 | 35% | ||
whangster79 | 0 | 274,488,755,984 | 10% | ||
stem.alfa | 0 | 3,311,420,934 | 100% | ||
precarious | 0 | 486,928,260 | 50% | ||
steemstem-trig | 0 | 1,464,226,932 | 70% | ||
baltai | 0 | 5,926,329,924 | 2.8% | ||
dmoonfire | 0 | 30,855,560,016 | 71% | ||
atheistrepublic | 0 | 6,301,082,283 | 2.8% | ||
machan | 0 | 704,549,961 | 2.8% | ||
ibt-survival | 0 | 36,482,650,669 | 10% | ||
hjmarseille | 0 | 2,117,955,284 | 49% | ||
steemdiamond | 0 | 710,170,467 | 5.6% | ||
abachon | 0 | 917,046,283 | 5.6% | ||
zirky | 0 | 2,562,606,001 | 4.76% | ||
chapmain | 0 | 0 | 100% | ||
gloriaolar | 0 | 1,607,224,999 | 1.68% | ||
manic.calm | 0 | 10,346,727,944 | 100% | ||
lightpaintershub | 0 | 661,945,722 | 1% | ||
davidlionfish | 0 | 11,224,147,206 | 50% | ||
grindle | 0 | 441,928,280,152 | 100% | ||
peterale | 0 | 3,454,446,064 | 2.8% | ||
yunnie | 0 | 753,310,096 | 100% | ||
cornavirus | 0 | 514,628,038 | 5.6% | ||
hive-127039 | 0 | 494,594,474 | 25% | ||
andreina57 | 0 | 699,938,935 | 35% | ||
fsm-core | 0 | 11,776,741,698 | 50% | ||
educationhive | 0 | 1,786,101,658 | 2.8% | ||
stemsocial | 0 | 572,960,710,642 | 70% | ||
greenforever | 0 | 1,893,616,033 | 30% | ||
peterpanpan | 0 | 768,652,585 | 1.12% | ||
veeart | 0 | 801,562,435 | 50% | ||
the100 | 0 | 1,307,275,352 | 2.8% | ||
pimpstudio | 0 | 9,361,909,948 | 100% | ||
hiveonboard | 0 | 4,738,283,192 | 2.8% | ||
hive-143869 | 0 | 170,888,678,699 | 33% | ||
noelyss | 0 | 26,164,561,411 | 35% | ||
lithajacobs | 0 | 2,802,429,351 | 100% | ||
jsalvage | 0 | 1,893,468,651 | 35% | ||
quinnertronics | 0 | 14,898,159,458 | 7% | ||
anafae | 0 | 600,050,108 | 1.12% | ||
oks2crypto | 0 | 5,772,555,424 | 50% | ||
hivecoffee | 0 | 681,081,368 | 5.6% | ||
recoveryinc | 0 | 3,259,462,020 | 5% | ||
gohive | 0 | 15,210,492,898 | 100% | ||
sevenoh-fiveoh | 0 | 950,380,435 | 2.8% | ||
treefiddybruh | 0 | 1,542,488,406 | 2.8% | ||
aabcent | 0 | 12,552,821,555 | 4.48% | ||
altleft | 0 | 23,493,576,929 | 0.05% | ||
omarrojas | 0 | 2,219,225,234 | 2.8% | ||
noalys | 0 | 943,904,027 | 2.8% | ||
borniet | 0 | 1,130,263,550 | 2.8% | ||
evagavilan2 | 0 | 921,456,314 | 2.8% | ||
gonklavez9 | 0 | 1,299,164,156 | 70% | ||
apendix1994 | 0 | 3,779,231,751 | 90% | ||
koshwe | 0 | 893,402,389 | 50% | ||
chubb149 | 0 | 1,316,914,199 | 8.4% | ||
cosplay.hadr | 0 | 1,211,083,821 | 5.6% | ||
hadrgames | 0 | 1,246,808,433 | 5.6% | ||
rawecz | 0 | 723,661,943 | 5.6% | ||
maar | 0 | 667,170,753 | 70% | ||
emeraldtiger | 0 | 2,119,296,957 | 16.5% | ||
meritocracy | 0 | 62,776,563,367 | 0.56% | ||
jmsansan | 0 | 4,365,272,804 | 2.8% | ||
dcrops | 0 | 38,978,259,635 | 2.8% | ||
samrisso | 0 | 3,510,808,176 | 5% | ||
entraide.rewards | 0 | 1,054,554,511 | 33% | ||
traderhive | 0 | 13,166,922,213 | 5.6% | ||
cookaiss | 0 | 2,742,491,193 | 16.5% | ||
tawadak24 | 0 | 2,659,326,321 | 2.8% | ||
eturnerx-honey | 0 | 236,042,118 | 0.8% | ||
ausbit.dev | 0 | 524,390,083 | 2.8% | ||
limn | 0 | 924,926,776 | 2.8% | ||
wynella | 0 | 1,080,079,025 | 2.8% | ||
tomtothetom | 0 | 1,515,482,415 | 10% | ||
nyxlabs | 0 | 958,766,756 | 3.5% | ||
dodovietnam | 0 | 3,211,385,206 | 2.8% | ||
oahb132 | 0 | 1,136,512,157 | 35% | ||
failingforwards | 0 | 3,065,342,606 | 2.8% | ||
medch | 0 | 526,446,666 | 1.68% | ||
trouvaille | 0 | 679,550,759 | 2.8% | ||
wendyburger | 0 | 10,330,022,488 | 10% | ||
joseluis91 | 0 | 824,136,501 | 5.6% | ||
emstone | 0 | 538,774,311 | 5.04% | ||
m0rt0nmattd | 0 | 3,199,008,895 | 100% | ||
maxelitereturned | 0 | 876,421,700 | 35% | ||
mayllerlys | 0 | 480,441,467 | 50% | ||
trippymane | 0 | 1,736,131,883 | 5.6% | ||
nfttunz | 0 | 8,443,443,595 | 0.56% | ||
jim-crypto | 0 | 524,872,035 | 6.25% | ||
okluvmee | 0 | 2,627,754,155 | 2.8% | ||
atexoras.pub | 0 | 1,287,966,431 | 2.8% | ||
merit.ahama | 0 | 1,986,400,172 | 1.68% | ||
luisestaba23 | 0 | 485,085,073 | 50% | ||
krrizjos18 | 0 | 3,076,824,302 | 35% | ||
holovision.stem | 0 | 5,143,373,089 | 100% | ||
twicejoy | 0 | 1,285,589,837 | 12.5% | ||
hubeyma | 0 | 975,870,167 | 2.8% | ||
sarashew | 0 | 3,941,647,908 | 5.6% | ||
hukepuk | 0 | 8,707,579,957 | 100% | ||
podping | 0 | 8,092,610,131 | 1.4% | ||
davidbright | 0 | 511,819,379 | 2.8% | ||
carlos13 | 0 | 14,410,643,747 | 100% | ||
drhueso | 0 | 1,329,128,411 | 2.8% | ||
pinkfloyd878 | 0 | 4,767,667,489 | 100% | ||
lycanskiss | 0 | 2,123,439,143 | 100% | ||
mayberlys | 0 | 2,145,203,166 | 50% | ||
pishio | 0 | 560,698,304,736 | 10% | ||
jaydr | 0 | 1,435,411,470 | 2.8% | ||
laviesm | 0 | 5,774,716,885 | 50% | ||
jimah1k | 0 | 564,667,293 | 5.6% | ||
funshee | 0 | 1,030,666,611 | 8.1% | ||
seinkalar | 0 | 8,272,891,246 | 5.6% | ||
rhiaji | 0 | 1,744,978,280 | 100% | ||
sidalim88 | 0 | 2,981,737,473 | 2.8% | ||
seattlea | 0 | 1,422,993,794 | 6.25% | ||
aries90 | 0 | 45,469,579,206 | 5.6% | ||
finch97 | 0 | 16,162,877,600 | 100% | ||
rencongland | 0 | 583,135,325 | 2.8% | ||
cugel | 0 | 3,748,337,847 | 5% | ||
martinthemass | 0 | 597,224,397 | 100% | ||
spirit09 | 0 | 52,247,871,417 | 100% | ||
acantoni | 0 | 1,673,157,141 | 5% | ||
migka | 0 | 4,151,529,626 | 90% | ||
pogier | 0 | 4,098,872,929 | 100% | ||
barizon | 0 | 1,237,647,259 | 100% | ||
jhepong | 0 | 1,349,930,085 | 100% | ||
iradeorum | 0 | 545,339,965 | 100% | ||
axelx12 | 0 | 1,749,262,495 | 100% | ||
moriaty | 0 | 7,072,801,000 | 100% | ||
yorguis | 0 | 2,378,919,932 | 90% | ||
poolpartylegolas | 0 | 4,042,719,070 | 100% | ||
beffeater | 0 | 527,946,627 | 6.25% | ||
zirkonov | 0 | 3,160,839,328 | 90% | ||
orangeandwater | 0 | 2,004,759,809 | 100% | ||
h3m4n7 | 0 | 550,276,391 | 2.8% | ||
mistural | 0 | 617,069,688 | 5.6% | ||
jude9 | 0 | 4,204,415,282 | 17.5% | ||
kingz1338 | 0 | 756,710,644 | 100% | ||
kingz1339 | 0 | 755,923,646 | 100% | ||
yixn | 0 | 51,986,415,566 | 2.8% | ||
tanray | 0 | 1,617,136,134 | 100% | ||
alt3r | 0 | 1,444,559,321 | 4.31% | ||
mcookies | 0 | 528,252,640 | 2.8% | ||
waivio.curator | 0 | 1,533,865,322 | 2.96% | ||
theshot2414 | 0 | 2,750,100,140 | 4% | ||
raph1 | 0 | 3,682,547,577 | 100% | ||
pompeylad | 0 | 3,369,767,703 | 100% | ||
simsahas | 0 | 2,606,346,854 | 5.6% | ||
iumac03 | 0 | 584,569,158 | 2.8% | ||
aichanbot | 0 | 2,080,626,815 | 5.6% | ||
eirth | 0 | 6,201,702,461 | 100% | ||
ehizgabriel | 0 | 702,022,773 | 35% | ||
thgaming | 0 | 1,469,030,097 | 6.25% | ||
crypt0gnome | 0 | 4,503,255,945 | 1.12% | ||
checkyzk | 0 | 22,850,297,013 | 98% | ||
deadleaf | 0 | 4,015,315,259 | 100% | ||
albuslucimus | 0 | 1,347,252,960 | 2.8% | ||
taradraz1 | 0 | 628,845,005 | 100% | ||
netvalar | 0 | 5,409,867,594 | 50% | ||
wrestorgonline | 0 | 2,204,396,591,033 | 25% | ||
lukasbachofner | 0 | 2,916,993,096 | 3.92% | ||
sam9999 | 0 | 4,285,310,130 | 35% | ||
benwickenton | 0 | 2,649,378,059 | 5.6% | ||
dyptre | 0 | 624,319,626 | 2.8% | ||
dondido | 0 | 9,890,159,071 | 5.6% | ||
doodleaday | 0 | 36,290,483,932 | 50% | ||
balabambuz | 0 | 708,724,983 | 2.8% | ||
her18lux | 0 | 13,313,702,201 | 100% | ||
draconiac | 0 | 480,715,055 | 100% | ||
drivingindevon | 0 | 1,692,124,293 | 4.48% | ||
prosocialise | 0 | 57,226,603,573 | 35% | ||
bhdc | 0 | 2,073,780,310 | 5.6% | ||
b8l | 0 | 2,102,416,869 | 100% | ||
archangel21 | 0 | 716,822,305 | 5.6% | ||
plicc8 | 0 | 6,553,278,623 | 70% | ||
street.curator | 0 | 959,940,635 | 50% | ||
independance | 0 | 1,058,984,197 | 33% | ||
matilei | 0 | 1,255,594,600 | 5.6% | ||
amafable07 | 0 | 669,892,129 | 35% | ||
mugueto2022 | 0 | 563,046,072 | 20% | ||
windail1 | 0 | 2,122,754,793 | 100% | ||
jaylatour | 0 | 582,875,131 | 5.6% | ||
nazom | 0 | 1,229,359,879 | 50% | ||
baboz | 0 | 1,798,528,967 | 1.4% | ||
mr-rent | 0 | 4,064,230,402 | 75% | ||
sieghard1990 | 0 | 2,379,200,966 | 100% | ||
sbtofficial | 0 | 4,704,235,132 | 2.8% | ||
nwothini335 | 0 | 735,502,880 | 35% | ||
quduus1 | 0 | 5,409,771,467 | 13.5% | ||
vagabond42069 | 0 | 1,516,052,609 | 35% | ||
inibless | 0 | 3,376,026,308 | 35% | ||
vragolana | 0 | 563,928,744 | 2.8% | ||
cindynancy | 0 | 677,293,734 | 35% | ||
gejami | 0 | 5,832,864,165 | 100% | ||
gmzorn | 0 | 2,684,818,181 | 100% | ||
sc000 | 0 | 1,366,190,457 | 5.6% | ||
minava.museum | 0 | 1,090,428,503 | 33% | ||
cardcompounding | 0 | 1,908,859,564 | 100% | ||
vankushfamily | 0 | 674,536,587 | 35% | ||
tuba777 | 0 | 1,556,103,158 | 35% | ||
smariam | 0 | 2,447,625,656 | 25% | ||
bananzell | 0 | 15,132,811,882 | 100% | ||
osran | 0 | 4,654,202,486 | 100% | ||
minas-glory | 0 | 3,536,741,188 | 2.8% | ||
clpacksperiment | 0 | 3,102,015,090 | 2.8% | ||
the-grandmaster | 0 | 3,550,602,797 | 2.8% | ||
the-burn | 0 | 3,556,421,922 | 2.8% | ||
hive-189277 | 0 | 3,420,918,698 | 27% | ||
hive-195880 | 0 | 3,049,492,374 | 10% | ||
peniel2010 | 0 | 4,116,308,194 | 50% | ||
ninjakitten | 0 | 16,400,172,648 | 100% | ||
sapphireleopard | 0 | 675,437,564 | 33% | ||
thepeoplesguild | 0 | 1,165,743,798 | 2.8% | ||
reverio | 0 | 1,204,825,067 | 5% | ||
lettinggotech | 0 | 1,296,074,074 | 2.8% | ||
albro | 0 | 5,515,088,217 | 100% | ||
unity-freedom | 0 | 4,619,711,150 | 27% | ||
bank-of-woo | 0 | 12,268,385,497 | 25% | ||
cyclopshive | 0 | 4,285,083,872 | 50% | ||
snek1 | 0 | 9,197,796,482 | 100% | ||
vagabondww | 0 | 1,760,332,068 | 100% | ||
hive-fr-engine | 0 | 2,150,686,129 | 33% | ||
dev.maverick | 0 | 6,766,398,190 | 100% | ||
nabab | 0 | 979,272,580 | 33% |
The second code here converts m to uppercase and creates a list having each of the three characters, i.e., [‘A’, ‘B’, ‘C’]. Now, the print code will code for the first 2 characters of m (ab) and first 4 characters of n. Since in n only three characters are there. So this will deduce to [‘A’, ‘B’, ‘C’]. So, the answer should be ab [‘A’, ‘B’, ‘C’].
author | splash-of-angs63 |
---|---|
permlink | re-eniolw-2023729t103553576z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","coding","programming","python","quiz","technology","creativecoin","proofofbrain","neoxian","spanish"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-29 05:05:54 |
last_update | 2023-07-29 05:05:54 |
depth | 1 |
children | 1 |
last_payout | 2023-08-05 05:05:54 |
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 | 350 |
author_reputation | 49,712,805,563,209 |
root_title | "My Coding Quiz #10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,737,979 |
net_rshares | 0 |
Thanks for your input! We'll see about that next time.
author | eniolw |
---|---|
permlink | re-splash-of-angs63-2023729t16527353z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","coding","programming","python","quiz","technology","creativecoin","proofofbrain","neoxian","spanish"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-29 20:05:27 |
last_update | 2023-07-29 20:05:27 |
depth | 2 |
children | 0 |
last_payout | 2023-08-05 20:05:27 |
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 | 54 |
author_reputation | 253,497,814,325,855 |
root_title | "My Coding Quiz #10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,754,241 |
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-10-20230729t043042082z |
category | hive-196387 |
json_metadata | {"app":"STEMsocial"} |
created | 2023-07-29 04:30:42 |
last_update | 2023-07-29 04:30:42 |
depth | 1 |
children | 0 |
last_payout | 2023-08-05 04:30:42 |
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 #10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,737,492 |
net_rshares | 0 |
The answer for me its abc['A' ,'B','C',None], arrays start from 0 not 1 so, saying m[:2] means first 3 letters in lowercase abc and then n[:4] means 4 spaces in array, first 3 are A, B and C and theres no more so None at the end, i guess, im kind of confused now but i will go with that answer.
author | taradraz1 |
---|---|
permlink | re-eniolw-2023729t11959358z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","coding","programming","python","quiz","technology","creativecoin","proofofbrain","neoxian","spanish"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-29 06:20:00 |
last_update | 2023-07-29 06:20:00 |
depth | 1 |
children | 1 |
last_payout | 2023-08-05 06:20:00 |
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 | 294 |
author_reputation | 14,594,686,102,827 |
root_title | "My Coding Quiz #10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,738,833 |
net_rshares | 0 |
Noted! I will reveal the solution in the next installment. Keep and eye on it if you want.
author | eniolw |
---|---|
permlink | re-taradraz1-2023729t16729227z |
category | hive-196387 |
json_metadata | {"tags":["hive-196387","coding","programming","python","quiz","technology","creativecoin","proofofbrain","neoxian","spanish"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-29 20:07:30 |
last_update | 2023-07-29 20:07:30 |
depth | 2 |
children | 0 |
last_payout | 2023-08-05 20:07:30 |
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 | 90 |
author_reputation | 253,497,814,325,855 |
root_title | "My Coding Quiz #10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,754,305 |
net_rshares | 675,909,467 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taradraz1 | 0 | 675,909,467 | 100% |