This is the first post of this website, just to say that more will be coming soon!
def greet(name: str) -> str:
return f"Hello, {name}"
print(greet("world"))This is the first post of this website, just to say that more will be coming soon!
def greet(name: str) -> str:
return f"Hello, {name}"
print(greet("world"))