Created
October 29, 2020 01:01
-
-
Save soyHouston256/9a3dc5aa55d0e7ee0dd6c804a4854450 to your computer and use it in GitHub Desktop.
Revisions
-
Max Houston Ramirez Martel created this gist
Oct 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ for contador in range(100): print(contador+1) for contador in range(1,11): print(contador+1) #Convertira tu range en una lista print(list(range(1,11)))