What is Your Name? Write a program that reads two strings from the keyboard - the user s first and last names

What is Your Name? Write a program that reads two strings from the keyboard - the user"s first and last names, and outputs the phrase: "Hello [entered name] [entered surname]! You just delved into Python". Input Format The program should receive two lines of input (first name and last name), each on a separate line. Output Format The program should output the text according to the task conditions. Note. Insert a space between the first name and last name =) Sample Input 1: Anthony Joshua Sample Output 1: Hello Anthony Joshua! You just delved into Python Sample Input 2: Michael Jordan Sample Output
Змей

Змей

Задача: Как вас зовут? Напишите программу, которая считывает с клавиатуры две строки - имя и фамилию пользователя, и выводит фразу: "Привет [введенное имя] [введенная фамилия]! Ты только что начал изучать Python". Формат ввода Программа должна получить две строки ввода (имя и фамилию), каждую на отдельной строке. Формат вывода Программа должна вывести текст в соответствии с условиями задачи. Примечание. Поставьте пробел между именем и фамилией =) Пример входных данных 1: Anthony Joshua Пример выходных данных 1: Привет Anthony Joshua! Ты только что начал изучать Python Пример входных данных 2: Michael Jordan
Знаешь ответ?
Задать вопрос
Привет!
hello