Hello Name Problem
Hello Name Problem — ExecCode School DSA Practice
Solve the Hello Name problem on ExecCode. Free online school DSA practice in Variables & Output. Write and run code in Java, C++, Python — no signup required to run.
Problem description
You are given the input needed to solve Hello Name. Your task is to store the name Alice in a variable. Then print a greeting that says Hello Alice. Do not ask for input in this problem.
Examples
Input ; Output Hello Alice. Input ; Output Hello Alice
Constraints
1 <= len(name) <= 50
Practice Hello Name free on ExecCode. Browse DSA problems, topic map, and placement guides.