Skip to content

Commit 930f469

Browse files
CHALLENGE 103 - UNCOMPLETED
1 parent b06b77c commit 930f469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mundo-03.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ def voto(bth):
18681868

18691869
# CHALLENGE 103 - UNCOMPLETED
18701870

1871-
def ficha(name = "<Unknow>", golas = "0"):
1871+
'''def ficha(name = "<Unknow>", golas = "0"):
18721872
if(len(name)== 0):
18731873
print(f"The player {name} scored {golas} goals in the championship!")
18741874
else:
@@ -1879,4 +1879,4 @@ def ficha(name = "<Unknow>", golas = "0"):
18791879
name = str(input("What is the name of the player ? "))
18801880
goals = str(input("How many goals the player scored ? "))
18811881
ficha(name, goals)
1882-
# ficha()
1882+
# ficha()'''

0 commit comments

Comments
 (0)