Skip to content

Commit e74cab3

Browse files
committed
traslado de todos los ejercicios de replit
1 parent 4c0cf4b commit e74cab3

File tree

350 files changed

+3125
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+3125
-2
lines changed
File renamed without changes.

bc.json

+471-2
Large diffs are not rendered by default.

exercises/002-hello-world/app.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# your code here
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

exercises/021-factorial/README.es.md

+21
File renamed without changes.

exercises/022-Integral/README.es.md

+11
File renamed without changes.
File renamed without changes.

exercises/042-Clock face/README.es.md

+20

exercises/042-Clock face/README.md

+20

exercises/042-Clock face/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)
+25

exercises/043-School desks/README.md

+25

exercises/043-School desks/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)

exercises/044-Odd or even/README.md

+23

exercises/044-Odd or even/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)

exercises/046-Sign function/README.md

+20

exercises/046-Sign function/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)
+24
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)
+26

exercises/048-Single positive/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)
+24

exercises/049-Ascending digits/app.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read an integer:
2+
# a = int(input())
3+
# Print a value:
4+
# print(a)

0 commit comments

Comments
 (0)