Skip to content

Commit b0ad761

Browse files
committed
Listo para hacer un commit
1 parent 27536db commit b0ad761

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

M03_variablesydatos/Prep_Course_Homework_03.ipynb

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,22 @@
765765
},
766766
{
767767
"cell_type": "code",
768-
"execution_count": null,
768+
"execution_count": 123,
769769
"metadata": {},
770-
"outputs": [],
771-
"source": []
770+
"outputs": [
771+
{
772+
"name": "stdout",
773+
"output_type": "stream",
774+
"text": [
775+
"este texto se repiteeste texto se repiteeste texto se repite3veces\n"
776+
]
777+
}
778+
],
779+
"source": [
780+
"var1 = \"este texto se repite\"\n",
781+
"var2 = 3\n",
782+
"print(var1*var2+str(var2) + \"veces\")"
783+
]
772784
}
773785
],
774786
"metadata": {

0 commit comments

Comments
 (0)