create account

Comparador de N° numeros enteros [ESP-ENG] | Python by gabrielr29

View this thread on: hive.blogpeakd.comecency.com
· @gabrielr29 ·
$9.91
Comparador de N° numeros enteros [ESP-ENG] | Python
<div class="pull-left">
<div class="text-justify"> 
<p>

¡Saludos! He aquí estoy de vuelta para compartirles un poco sobre programación, en concreto, sobre un ejercicio de práctica que me asignaron en la universidad. Para esta ocasión, Python vuelve a ser el lenguaje de programación a tratar.

El enunciado de hoy es un clásico entre los ejercicios de programación. "Determine el máximo valor y el mínimo valor de N números enteros".


</p>
</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 
<p>

Greetings! Here I am back to share with you a little bit about programming, specifically, about a practice exercise I was assigned in college. For this occasion, Python is once again the programming language to be covered.

Today's statement is a classic among programming exercises. "Determine the maximum value and minimum value of N integers".

</p>
</div>
</div>

---

<center><p>


![Portada post programacion, tech (1).gif](https://files.peakd.com/file/peakd-hive/gabrielr29/23uFKUvAACzFFwytVqjcopVXYKmDjqc3s26ddF6wzbZ5jvEjZrfXKm6hVUKYUWiM1v6AW.gif)

***Gif Created with CANVA / Gif creado con CANVA***

</p></center>


![Education separador png.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png)


<div class="pull-left">
<div class="text-justify"> 
<p>

Recuerdo haber tratado un ejercicio muy similar en C++, solo que esa vez usamos ternarios y solo eran 3 números a comparar, en cambio, para este caso son N números, por lo que toca usar bucles y pedir datos al usuario, las veces que sean necesarias para las comparaciones. 

Al leer este enunciado se me ocurrieron 2 formas de hallar la solución, por lo que decidí programar las dos. Una un poco más apegada al enunciado que la otra, pero al final, ambas cumplen con el requisito.

Para empezar hice una que comienza con la función "Max_or_Min" y se basa en retornar 0,1 o 2, dependiendo de cuál haya sido el resultado de la comparación de los dos números que exige por parámetro. Retornará 1 si n1 es mayor a n2, 2 en caso contrario y 0 si ambos son iguales. 

Sigue la declaración de 3 variables, la primera es "val", con el valor "Y", que servirá de parámetro al estilo "llave" para un bucle while que sirve para repetir el proceso de comparación si el usuario responde que si quiere continuarlo, en caso contrario, termina el programa. Pero esto lo detallare mejor algunas líneas adelante.

Luego continúan "max" y "min", variables que irán cambiando según se actualice el valor máximo y mínimo a mostrar al usuario. Sigue un print para dar la bienvenida, luego se leen los datos y se entra a una serie de if-elif-else para tomar uno u otro camino según sea el valor arrojado por la antes descrita, función "Max_or_Min". 

De tal forma que si el n1 ingresado es mayor a n2 o se da el caso contrario o el caso de iguales, se actualizan los valores de max y min de forma que la información suministrada en el print sea fidedigna.

Luego de esto sigue el ya mencionado bucle while, este, cuando la respuesta del usuario es afirmativa, vuelve a realizar las comparaciones, pero esta vez basado en el máximo, el mínimo y n1, dado que ya no hace falta un n2. 

Una vez compara, muestra en pantalla los resultados y luego vuelve a preguntar si se quiere continuar, de tal manera que se puede cumplir el parámetro "N" números enteros, pues el usuario puede repetir el proceso cuantas veces quiera sin perder la comparación anterior. 

El bucle también cuenta con la validación de que, si se ingresa un valor diferente de "Y", "y", "N" o "n", el bucle repite la pregunta, de tal manera que no es posible salir sin antes dar una respuesta que cumpla con la condición de ser "Y"/"y" para si o "N"/"n" para no.

</p>
</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 
<p>

I remember having tried a very similar exercise in C++, only that time we used ternary and there were only 3 numbers to compare, on the other hand, for this case there are N numbers, so it is necessary to use loops and ask for data to the user, as many times as necessary for the comparisons.

When I read this statement I thought of 2 ways to find the solution, so I decided to program both of them. One a little more attached to the statement than the other, but in the end, both meet the requirement.

To begin with I made one that starts with the function "Max_or_Min" and is based on returning 0, 1 or 2, depending on what was the result of the comparison of the two numbers required by parameter. It will return 1 if n1 is greater than n2, 2 otherwise and 0 if both are equal.

It follows the declaration of 3 variables, the first one is "val", with the value "Y", that will serve as parameter to the style "key" for a loop while that serves to repeat the process of comparison if the user answers that if he wants to continue it, otherwise, it finishes the program. But this I will detail it better some lines ahead.

Then follow "max" and "min", variables that will change as the maximum and minimum value to be shown to the user is updated. It follows a print to welcome, then the data is read and a series of if-elif-else is entered to take one or another way according to the value thrown by the before described function "Max_or_Min".

In such a way that if the n1 entered is greater than n2 or the opposite case or the case of equals, the values of max and min are updated so that the information provided in the print is reliable.

After this follows the already mentioned while loop, this one, when the user's answer is affirmative, performs the comparisons again, but this time based on the maximum, the minimum and n1, since n2 is no longer needed.

Once it compares, it displays the results on the screen and then asks again if the user wants to continue, so that the parameter "N" integers can be met, since the user can repeat the process as many times as he wants without losing the previous comparison.

The loop also has the validation that, if a value different from "Y", "y", "N" or "n" is entered, the loop repeats the question, so that it is not possible to exit without first giving an answer that meets the condition of being "Y"/"y" for yes or "N"/"n" for no.

</p>
</div>
</div>

![Education separador png.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png)

<center><p>


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zsnLfcP5ViFSUJSHTv1anc9bukeA7ZHGYwLdDD3yNZFw32pJQW5vTLZ9eUmVshRx4.png)


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/Eo43RTdxq7aq3qQrK4X1HNtA6CNro2tc3J456z3Xm3ArbuZ69HUdrUYsT26nwinjL3Q.png)

</p></center>

![Education separador png.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png)


<div class="pull-left">
<div class="text-justify"> 
<p>

Para la segunda forma, me di la libertad de agregar otra función, más algunas validaciones extra para apegarme más a la exigencia de "N" números, como mencionaba al principio. 

Al inicio está la misma función que antes explique, "Max_or_Min", está copiada de la forma anterior. La novedad radica en "Imprimir_Inf", que, a partir de los resultados arrojados por "Max_or_Min" muestra en pantalla un mensaje con la información de cuál número es el mayor o el menor, de tal manera uqe puedo reducir un poco las redundancias. 

Seguidamente están las declaraciones, de las cuales n1, n2, max y min cumplen las mismas funciones que en la forma 1 antes explicada. Sin embargo, aparece nrepeats para guardar la cantidad de números a comparar, de tal modo que servirá como parámetro para los condicionales que siguen. Si nrepeats es mayor que 2 entonces se sabe que no serán solo 2 números a comparar, por tanto, luego de recibir los dos primeros y mostrar la primera comparación, continúa a un bucle for que itera en un rango de (nrepeats-2) veces, recordemos que ya tomamos 2 números por lo que a N se le deben restar 2 unidades.

En dicho bucle for se compara y muestran los resultados las veces que sea necesaria según el parámetro ingresado por el usuario, apoyándose en las dos funciones antes presentadas, "Max_or_Min" e "Imprimir_inf".

En caso de que solo sean 2 números a comparar, se leen n1 y n2 para posteriormente emplear "Imprimir_inf" para dar la información de una vez, pues el proceso que hace dicha función basta para suplir ese parámetro de "nrepeats".

Finalmente, si nrepeats es menor o igual a 1, envía un mensaje de error, pues no es posible comparar un solo número si no hay ningún otro con qué hacerlo. De igual manera 0 números o menos no tendría sentido. 


</p>
</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 
<p>

For the second form, I took the liberty to add another function, plus some extra validations to stick more to the requirement of "N" numbers, as I mentioned at the beginning. 

At the beginning is the same function that I explained before, "Max_or_Min", it is copied from the previous form. The novelty lies in "Print_Inf", which, from the results of "Max_or_Min" shows on the screen a message with the information of which number is the largest or smallest, so that I can reduce a little the redundancies. 

Next are the statements, of which n1, n2, max and min fulfill the same functions as in form 1 above. However, nrepeats appears to store the number of numbers to compare, so that it will serve as a parameter for the conditionals that follow. If nrepeats is greater than 2 then it is known that there will not be only 2 numbers to compare, therefore, after receiving the first two and displaying the first comparison, it continues to a for loop that iterates in a range of (nrepeats-2) times, remember that we already took 2 numbers so that N must be subtracted 2 units.

In this for loop the results are compared and displayed as many times as necessary according to the parameter entered by the user, relying on the two functions presented above, "Max_or_Min" and "Print_inf".

In case there are only 2 numbers to compare, n1 and n2 are read and then "Print_inf" is used to give the information at once, since the process performed by this function is enough to supply the "nrepeats" parameter.

Finally, if nrepeats is less than or equal to 1, it sends an error message, because it is not possible to compare a single number if there is no other number to compare it with. Likewise 0 numbers or less would be meaningless. 



</p>
</div>
</div>

![Education separador png.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png)

<center><p>

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zoLcP9r4iPR5WWFSWm8CS2peVxG4MYBRz4zDdoZpr8jANYTzxZipWkVUVbzSY7p4i.png)

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zoN7kTDonJjPfEFiYt9yK8X2yQWeAx7h53dLWiKcfgeM87pXFSKSeHf8enudQNVaN.png)

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zE7FhSzdSanv41CVTh2DEboksFBdWamhoaDy6yXtHJ8KGXyJXnukmYoEjfd2du3JH.png)

</p></center>

![Education separador png.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png)

<center><p> <h4> 1° Program </h4> 

![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23tv4V1nG157k7U96RTXnxoKWqe5BgLLFnHEGzMPx9zvsKSSHXdAmei6CchLy5HhJAXeY.png)

![Education separador png.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png)

<center><p>  <h4> 2° Program </h4> 


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23tkdDE4uezSe2G9TfLm7pP44ZGbaUBVSbW3wW6Vy1AS6gSL6DfUpJWqEbZW8oSwFAZBm.png)


![image.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23tkfpdYAwFcAcHHjVBm3HD1b3hHivmwW9CFpCLvSCN4vJqBNRfPeNu1qnBthJSNZmau6.png)


</p></center>

![Education separador png.png](https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png)



<div class="pull-left">
<div class="text-justify"> 

Y bueno... ¡Eso es todo por hoy! Poco a poco sigo avanzando en mi proceso de aprendizaje y conforme siga practicando, seguiré compartiendo contenido al respecto que pueda ser de utilidad para otros estudiantes. Si andas buscando un buen curso de este lenguaje conocido como Python, en lo personal te recomiendo este: [Clica aquí.](https://www.azulschool.net/courses/curso-profesional-de-python/?pa=4EAA764EBA)


</div>
</div>

<div class="pull-right"> 
<div class="text-justify"> 

And well... That's all for today! Little by little I continue advancing in my learning process and as I keep practicing, I will continue sharing content that may be useful for other students. If you are looking for a good course on this language known as Python, I personally recommend you this one: [Click here](https://www.azulschool.net/courses/curso-profesional-de-python/?pa=4EAA764EBA)

</div>
</div>


---

<center><p>

![Redes actualizada.gif](https://files.peakd.com/file/peakd-hive/gabrielr29/23u5ztBa5Nd8VLvvWaYoqJTa4yaQxuHhKgsj7uDzmDKcbkqaPqR3d5PQuWzxkxSvYRdyN.gif)

</p></center>

---



<center> <h3> Puedes seguirme por acá si lo deseas: 
 *You can follow me here if you want:*</h3></center>


<div class="pull-left"><p>
 <h6>  <a href="https://gab.com/gabrielrr018/"><strong>Gab.com</strong></a> </h6> </p></div>


<div class="pull-right"> <p>
<h6><a href="twitter.com/Gabrielrr018"><strong>Twitter</strong></a></h6></p></div>

<center><p><h6><a href="https://peakd.com/@gabrielrr17"><strong>Cuenta secundaria 
(Dibujos, edición y juegos) | Secondary account (Drawings, editing and games)</strong></a> </h6> </p></center>

👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 541 others
properties (23)
authorgabrielr29
permlinkcomparador-de-n-numeros-enteros-esp-eng-or-python
categoryhive-154226
json_metadata"{"app":"peakd/2023.6.2","format":"markdown","description":"He aquí estoy de vuelta para compartirles un poco sobre programación, en concreto, sobre un ejercicio (...)","tags":["electronica","education","technology","stemsocial","spanish","proofofbrain","neoxian","archon","palnet","entropia"],"users":["gabrielrr17"],"image":["https://files.peakd.com/file/peakd-hive/gabrielr29/23uFKUvAACzFFwytVqjcopVXYKmDjqc3s26ddF6wzbZ5jvEjZrfXKm6hVUKYUWiM1v6AW.gif","https://files.peakd.com/file/peakd-hive/gabrielr29/23wBgGf2cK8tYEU5LjvHJZVQQGtAb9Eg9kKewTarqJ7LtUZHbwjvg9m8nkYxdGrCFqwDP.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zsnLfcP5ViFSUJSHTv1anc9bukeA7ZHGYwLdDD3yNZFw32pJQW5vTLZ9eUmVshRx4.png","https://files.peakd.com/file/peakd-hive/gabrielr29/Eo43RTdxq7aq3qQrK4X1HNtA6CNro2tc3J456z3Xm3ArbuZ69HUdrUYsT26nwinjL3Q.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zoLcP9r4iPR5WWFSWm8CS2peVxG4MYBRz4zDdoZpr8jANYTzxZipWkVUVbzSY7p4i.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zoN7kTDonJjPfEFiYt9yK8X2yQWeAx7h53dLWiKcfgeM87pXFSKSeHf8enudQNVaN.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23t6zE7FhSzdSanv41CVTh2DEboksFBdWamhoaDy6yXtHJ8KGXyJXnukmYoEjfd2du3JH.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23tv4V1nG157k7U96RTXnxoKWqe5BgLLFnHEGzMPx9zvsKSSHXdAmei6CchLy5HhJAXeY.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23tkdDE4uezSe2G9TfLm7pP44ZGbaUBVSbW3wW6Vy1AS6gSL6DfUpJWqEbZW8oSwFAZBm.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23tkfpdYAwFcAcHHjVBm3HD1b3hHivmwW9CFpCLvSCN4vJqBNRfPeNu1qnBthJSNZmau6.png","https://files.peakd.com/file/peakd-hive/gabrielr29/23u5ztBa5Nd8VLvvWaYoqJTa4yaQxuHhKgsj7uDzmDKcbkqaPqR3d5PQuWzxkxSvYRdyN.gif"]}"
created2023-06-04 02:51:21
last_update2023-06-04 02:51:21
depth0
children12
last_payout2023-06-11 02:51:21
cashout_time1969-12-31 23:59:59
total_payout_value5.002 HBD
curator_payout_value4.907 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13,815
author_reputation37,494,667,324,058
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,137,482
net_rshares22,362,595,796,430
author_curate_reward""
vote details (605)
@alicia2022 ·
Interesante, aunque no conozco nada de programación, pero admiro mucho a los que la estudian y dominan.
Felicitaciones, que sigas formándote y fortaleciéndote en esta área.

![SEPARADOR 3 GIRASOL.png](https://files.peakd.com/file/peakd-hive/alicia2022/23wMq8XW1yQQTJTnFkKrdMKGCLhSgSCYcC65UPjg5dXHDYNPGE5H8nzj1Kt7yy5zkEh22.png)
!PIZZA
!HUESO
👍  ,
properties (23)
authoralicia2022
permlinkre-gabrielr29-rvr2rb
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.6.2"}
created2023-06-04 22:35:39
last_update2023-06-04 22:35:39
depth1
children3
last_payout2023-06-11 22:35:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length340
author_reputation19,925,402,545,743
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,159,092
net_rshares121,233,260
author_curate_reward""
vote details (2)
@bot-bdbhueso ·
<center>[![](https://images.ecency.com/DQmZ4KosY8auiMHzfWbzoncbem9gZs45x6f8xKZUJT6E9z7/image.png)](https://discord.gg/uEt4nYbsmw)</center>

<center>Greetings from the Virtual World Community. We send you [Hueso](https://mundo-virtual.gitbook.io/whitepaper/) token to support your work.
Click on this banner, to be directed to the Virtual World Discord and learn more about the curation project.</center>

---

<center>Uses: 2/6
!LOL</center>
properties (22)
authorbot-bdbhueso
permlinkre-alicia2022-re-gabrielr29-rvr2rb-20230604t223546543z
categoryhive-154226
json_metadata{"app":"hive-bot/0.6.3"}
created2023-06-04 22:35:48
last_update2023-06-04 22:35:48
depth2
children1
last_payout2023-06-11 22:35:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length441
author_reputation496,117,633,039
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,159,101
net_rshares0
@lolzbot ·
<div class='pull-right'><center><img src="https://lolztoken.com/lolz.png"><br><a href="https://lolztoken.com">lolztoken.com</a></p><br><br><br><br></center></div><p><center><strong>I wonder if glass coffins will become popular one day?<br>Remains to be seen.</strong><br><sub>Credit: <a href="https://peakd.com/@reddit">reddit</a></sub><br>@alicia2022, I sent you an <a href="https://lolztoken.com">$LOLZ</a> on behalf of @bot-bdbhueso<br><br>(1/8)<br>Are You Ready for some <a href='https://peakd.com/hive-155986/@lolztoken/introducing-the-fun-tribe-and-the-fun-and-fun-miner-tokens-air-drop-information-roadmap-fun-miner-presale-and-supersized-lolz-fr'>$FUN?</a> Learn about LOLZ's new <a href='https://peakd.com/hive-155986/@lolztoken/the-fun-tribe-is-live-tribe-details-dollarfun-airdrop-completed-dollarfun-sale-curation-accounts-and-dollarfun-free-for-all'>FUN tribe!</a></center></p>
properties (22)
authorlolzbot
permlinkre-re-alicia2022-re-gabrielr29-rvr2rb-20230604t223546543z-20230604t223622z
categoryhive-154226
json_metadata"{"app": "beem/0.24.19"}"
created2023-06-04 22:36:33
last_update2023-06-04 22:36:33
depth3
children0
last_payout2023-06-11 22:36:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length890
author_reputation196,210,208,774,910
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,159,124
net_rshares0
@gabrielr29 ·
¡Muchas gracias, aprecio sus palabras! :D
👍  ,
properties (23)
authorgabrielr29
permlinkre-alicia2022-rvr30m
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.6.2"}
created2023-06-04 22:41:12
last_update2023-06-04 22:41:12
depth2
children0
last_payout2023-06-11 22:41:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation37,494,667,324,058
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,159,271
net_rshares121,030,739
author_curate_reward""
vote details (2)
@capybaraexchange ·
<div class"text-justify">

>Tu publicacion ha sido votada por el Trail de CAPYBARAEXCHANGE por contenido excepcional y formar parte de nuestra comunidad de usuarios activos.

>***Unete a [nuestro canal de discord](https://discord.gg/mgnknVgyEK) en dónde podrás conocer mas acerca de nuestras operaciones y servicios. registrate ingresando en [capybaraexchange](https://capybaraexchange.com/register) para disfrutar del servicio***

**Si quieres formar parte de nuestro trail de curación ingresa a HIVEVOTE, haciendo clic en la imagen del capybara aristocratico. Capybaraexchange tu casa de cambio, rapida, confiable y segura**
</div>

<center>


[![](https://images.hive.blog/DQmNQtfGCyD3ckrA4R8KR4VueTp8q6pc9vbhCXFxJH5HpEW/SAVE_20230427_021130.jpg)](https://hive.vote/dash.php?i=1&trail=takeru255)

</center>
properties (22)
authorcapybaraexchange
permlinkrvr8gi
categoryhive-154226
json_metadata{"image":["https://images.hive.blog/DQmNQtfGCyD3ckrA4R8KR4VueTp8q6pc9vbhCXFxJH5HpEW/SAVE_20230427_021130.jpg"],"links":["https://discord.gg/mgnknVgyEK"],"app":"hiveblog/0.1"}
created2023-06-05 00:38:42
last_update2023-06-05 00:38:42
depth1
children0
last_payout2023-06-12 00:38:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length809
author_reputation7,693,189,992,752
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,162,091
net_rshares0
@carlitazulay ·
Muchas gracias por compartir con nosotros amigo, saludos!! 
👍  ,
properties (23)
authorcarlitazulay
permlinkre-gabrielr29-rvr6aj
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.6.2"}
created2023-06-04 23:51:54
last_update2023-06-04 23:51:54
depth1
children1
last_payout2023-06-11 23:51:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation271,771,500,216,056
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,161,180
net_rshares120,826,982
author_curate_reward""
vote details (2)
@gabrielr29 ·
Gracias a ti por pasar por acá!
👍  ,
properties (23)
authorgabrielr29
permlinkre-carlitazulay-rvr8l0
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.6.2"}
created2023-06-05 00:41:27
last_update2023-06-05 00:41:27
depth2
children0
last_payout2023-06-12 00:41:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation37,494,667,324,058
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,162,138
net_rshares120,623,469
author_curate_reward""
vote details (2)
@esalcedo ·
@tipu curate 2
properties (22)
authoresalcedo
permlinkre-gabrielr29-rvrbyy
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.6.2"}
created2023-06-05 01:54:33
last_update2023-06-05 01:54:33
depth1
children2
last_payout2023-06-12 01:54:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation114,855,589,311,904
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,164,112
net_rshares0
@gabrielr29 ·
¡Gracias por el apoyo!
👍  
properties (23)
authorgabrielr29
permlinkre-esalcedo-rvrcdx
categoryhive-154226
json_metadata{"tags":["hive-154226"],"app":"peakd/2023.6.2"}
created2023-06-05 02:03:33
last_update2023-06-05 02:03:33
depth2
children0
last_payout2023-06-12 02:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation37,494,667,324,058
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,164,497
net_rshares0
author_curate_reward""
vote details (1)
@tipu ·
<a href="https://tipu.online/hive_curator?esalcedo" target="_blank">Upvoted  &#128076;</a> (Mana: 32/72) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
properties (22)
authortipu
permlinkre-re-gabrielr29-rvrbyy-20230605t015438z
categoryhive-154226
json_metadata"{"app": "beem/0.24.26"}"
created2023-06-05 01:54:39
last_update2023-06-05 01:54:39
depth2
children0
last_payout2023-06-12 01:54:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation55,938,753,231,183
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,164,116
net_rshares0
@pizzabot ·
<center>PIZZA!


$PIZZA slices delivered:
@alicia2022<sub>(4/15)</sub> tipped @gabrielr29 


</center>
properties (22)
authorpizzabot
permlinkre-comparador-de-n-numeros-enteros-esp-eng-or-python-20230604t223602z
categoryhive-154226
json_metadata"{"app": "pizzabot"}"
created2023-06-04 22:36:03
last_update2023-06-04 22:36:03
depth1
children0
last_payout2023-06-11 22:36:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation7,610,206,285,536
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,159,113
net_rshares0
@stemsocial ·
re-gabrielr29-comparador-de-n-numeros-enteros-esp-eng-or-python-20230605t041631965z
<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.&nbsp;<br />&nbsp;<br />
</div>
properties (22)
authorstemsocial
permlinkre-gabrielr29-comparador-de-n-numeros-enteros-esp-eng-or-python-20230605t041631965z
categoryhive-154226
json_metadata{"app":"STEMsocial"}
created2023-06-05 04:16:30
last_update2023-06-05 04:16:30
depth1
children0
last_payout2023-06-12 04:16:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length565
author_reputation22,927,767,309,334
root_title"Comparador de N° numeros enteros [ESP-ENG] | Python"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id124,167,678
net_rshares0