We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06b77c commit 930f469Copy full SHA for 930f469
Mundo-03.py
@@ -1868,7 +1868,7 @@ def voto(bth):
1868
1869
# CHALLENGE 103 - UNCOMPLETED
1870
1871
-def ficha(name = "<Unknow>", golas = "0"):
+'''def ficha(name = "<Unknow>", golas = "0"):
1872
if(len(name)== 0):
1873
print(f"The player {name} scored {golas} goals in the championship!")
1874
else:
@@ -1879,4 +1879,4 @@ def ficha(name = "<Unknow>", golas = "0"):
1879
name = str(input("What is the name of the player ? "))
1880
goals = str(input("How many goals the player scored ? "))
1881
ficha(name, goals)
1882
-# ficha()
+# ficha()'''
0 commit comments