PW Akshay

Generation

typingsFri, 30 Dec 2022

def greeting(name): return 'hello' +name

def greeting(name: str) -> str: return 'hello' +name

Questions about programming?Chat with your personal AI assistant