1+ {
2+ "nbformat" : 4 ,
3+ "nbformat_minor" : 0 ,
4+ "metadata" : {
5+ "kernelspec" : {
6+ "display_name" : " Python 3" ,
7+ "language" : " python" ,
8+ "name" : " python3"
9+ },
10+ "language_info" : {
11+ "codemirror_mode" : {
12+ "name" : " ipython" ,
13+ "version" : 3
14+ },
15+ "file_extension" : " .py" ,
16+ "mimetype" : " text/x-python" ,
17+ "name" : " python" ,
18+ "nbconvert_exporter" : " python" ,
19+ "pygments_lexer" : " ipython3" ,
20+ "version" : " 3.8.5"
21+ },
22+ "colab" : {
23+ "name" : " Mi primer programa Python" ,
24+ "provenance" : [],
25+ "include_colab_link" : true
26+ }
27+ },
28+ "cells" : [
29+ {
30+ "cell_type" : " markdown" ,
31+ "metadata" : {
32+ "id" : " view-in-github" ,
33+ "colab_type" : " text"
34+ },
35+ "source" : [
36+ " <a href=\" https://colab.research.google.com/github/davidcardenasecu/r-basic/blob/master/Mi_primer_programa_Python.ipynb\" target=\" _parent\" ><img src=\" https://colab.research.google.com/assets/colab-badge.svg\" alt=\" Open In Colab\" /></a>"
37+ ]
38+ },
39+ {
40+ "cell_type" : " code" ,
41+ "metadata" : {
42+ "id" : " Np7vlaj1qj1w"
43+ },
44+ "source" : [
45+ " "
46+ ],
47+ "execution_count" : null ,
48+ "outputs" : []
49+ },
50+ {
51+ "cell_type" : " markdown" ,
52+ "metadata" : {
53+ "id" : " ihLaChQZq1GA"
54+ },
55+ "source" : [
56+ " # Nueva sección"
57+ ]
58+ },
59+ {
60+ "cell_type" : " markdown" ,
61+ "metadata" : {
62+ "id" : " 9_vtOOdZq7Qx"
63+ },
64+ "source" : [
65+ " # Mi primer programa"
66+ ]
67+ },
68+ {
69+ "cell_type" : " code" ,
70+ "metadata" : {
71+ "colab" : {
72+ "base_uri" : " https://localhost:8080/"
73+ },
74+ "id" : " 1l84Ip1trA8k" ,
75+ "outputId" : " 03406f12-997f-4851-af89-0939212b794c"
76+ },
77+ "source" : [
78+ " print(\" hola Mundo\" )\n " ,
79+ " print()\n " ,
80+ " print(\" tu nombre es David Xavier Cárdenas Giler\" )\n " ,
81+ " print(\" hola mundo\\ n\\ ntu nombre es David Xacier Cárdenas Giler\" )\n " ,
82+ " print(\" hola mundo\" , \" tu nombre es David Xavier\" , \" Cárdenas Giler\" , end=\" ***\" )"
83+ ],
84+ "execution_count" : 5 ,
85+ "outputs" : [
86+ {
87+ "output_type" : " stream" ,
88+ "text" : [
89+ " hola Mundo\n " ,
90+ " \n " ,
91+ " tu nombre es David Xavier Cárdenas Giler\n " ,
92+ " hola mundo\n " ,
93+ " \n " ,
94+ " tu nombre es David Xacier Cárdenas Giler\n " ,
95+ " hola mundo tu nombre es David Xavier Cárdenas Giler***"
96+ ],
97+ "name" : " stdout"
98+ }
99+ ]
100+ },
101+ {
102+ "cell_type" : " code" ,
103+ "metadata" : {
104+ "id" : " vtD8bfbStSbe"
105+ },
106+ "source" : [
107+ " "
108+ ],
109+ "execution_count" : null ,
110+ "outputs" : []
111+ }
112+ ]
113+ }
0 commit comments