def startLearning(name:str)->str:
"""
This function receives a name and returns a greeting.
"""
message = f"Hi {name}, i'm learning Python!"
return message
if __name__ == "__main__":
print(startLearning('Guest'))
Python | |
Pandas | |
Numpy | |
MatPlotLib | |
VSCode |
This proyect is under license [MIT License] - Read the file [LICENSE.md](LICENSE) for details
🤴 Facu Falcone - Junior Developer |
---|