// PHP function greet($name) { echo "Hello " + $name; } # Python def greet (name: str): print("Hello " + name)
Computer Science student with a background in Business and Education.