Spaces:
Running
Running
First DEV
Browse files- funciones.py +3 -1
funciones.py
CHANGED
|
@@ -89,8 +89,10 @@ def mass(input1, input2):
|
|
| 89 |
output = proc.read()
|
| 90 |
|
| 91 |
print("Output (resultado de la ejecuci贸n del c贸digo):")
|
| 92 |
-
time.sleep(1)
|
| 93 |
print(output)
|
|
|
|
|
|
|
| 94 |
print("Termin贸 la impresi贸n del output...")
|
| 95 |
|
| 96 |
print("脡ste es el momento en el que se creo result, revisar...")
|
|
|
|
| 89 |
output = proc.read()
|
| 90 |
|
| 91 |
print("Output (resultado de la ejecuci贸n del c贸digo):")
|
| 92 |
+
#time.sleep(1)
|
| 93 |
print(output)
|
| 94 |
+
print("Y el tipo del output es: ", type(output))
|
| 95 |
+
time.sleep(1)
|
| 96 |
print("Termin贸 la impresi贸n del output...")
|
| 97 |
|
| 98 |
print("脡ste es el momento en el que se creo result, revisar...")
|