Answer:
company_name = input("What if your company name?");
print("I hope " + company_name + "becomes successful!");
Step-by-step explanation:
The input of the user becomes a variable which is then stored in order to print it out as a message.
4.5m questions
5.7m answers