Compare commits

..

No commits in common. "ec5afd4d2ef20904dbe0fe409cb60ed30a300e47" and "3fb385438c463096e042006e0f5962c598c58ff5" have entirely different histories.

View File

@ -1,6 +0,0 @@
def greet(name):
return f"Hello, {name} how are you doing today?"
if __name__ == "__main__":
print(greet("John"))