From cc3c3d57002088bc0a9421276677fbcc8b1679a3 Mon Sep 17 00:00:00 2001 From: Ezequiel Veron Date: Fri, 24 Mar 2023 19:02:17 -0300 Subject: [PATCH 1/5] prep/course --- .../Prep_Course_Homework_02-Resuelto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py index 1266a3b75..1d16eab64 100644 --- a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py +++ b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py @@ -8,7 +8,7 @@ # In[7]: -a = 12 +a = "e" print(a) From 5ee5832ce1188678ddf09d470c25bf4a6d2a6c80 Mon Sep 17 00:00:00 2001 From: Ezequiel Veron Date: Fri, 24 Mar 2023 19:06:08 -0300 Subject: [PATCH 2/5] prep/course --- .../Prep_Course_Homework_02-Resuelto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py index 1d16eab64..eab023d91 100644 --- a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py +++ b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py @@ -8,7 +8,7 @@ # In[7]: -a = "e" +a = "s" print(a) From f94b7ab31d719db0e4cca880d6eca0bfa7c2ef8e Mon Sep 17 00:00:00 2001 From: Ezequiel Veron Date: Fri, 24 Mar 2023 19:18:50 -0300 Subject: [PATCH 3/5] first commit --- .../Prep_Course_Homework_02-Resuelto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py index eab023d91..44ed041f9 100644 --- a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py +++ b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py @@ -8,7 +8,7 @@ # In[7]: -a = "s" +a = 10 print(a) From 18bbe07e517f6d4facb3cbce52e9a029d550c221 Mon Sep 17 00:00:00 2001 From: Ezequiel Veron Date: Fri, 24 Mar 2023 19:56:28 -0300 Subject: [PATCH 4/5] first commit --- .../Prep_Course_Homework_02-Resuelto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py index 44ed041f9..504653db9 100644 --- a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py +++ b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py @@ -8,7 +8,7 @@ # In[7]: -a = 10 +a = 1 print(a) From 7f5982afdf7444f21ed6f85ef8a481b3eaf172ff Mon Sep 17 00:00:00 2001 From: Ezequiel Veron Date: Fri, 24 Mar 2023 20:01:39 -0300 Subject: [PATCH 5/5] first commit --- .../Prep_Course_Homework_02-Resuelto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py index 504653db9..44ed041f9 100644 --- a/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py +++ b/02 - Variables y Tipos de Datos/Prep_Course_Homework_02-Resuelto.py @@ -8,7 +8,7 @@ # In[7]: -a = 1 +a = 10 print(a)