Предмет: Информатика, автор: decody84

Помогите пожалуйста УМОЛЯЮ
Мне нужно вывести на экран вот это


Hello, Joffrey!

Here is important information about your account security.

We couldn't verify your mother's maiden name.


Используя вот это


info = "We couldn't verify your mother's maiden name."

intro = "Here is important information about your account security."


first_name = 'Joffrey!'

greeting = 'Hello, '


# BEGIN (write your solution here)


# END


Используя всего два print ( )

Можно использовать \n

Если что это язык PYTHON


isnik1983: info = "We couldn't verify your mother's maiden name."
intro = "Here is important information about your account security."
first_name = 'Joffrey!'
greeting = 'Hello, '
print (greeting,first_name)
print (info)
print (intro)
isnik1983: Вот ответ выше

Ответы

Автор ответа: isnik1983
1

Ответ:

отметь как лучший потом

Объяснение:

info = "We couldn't verify your mother's maiden name."

intro = "Here is important information about your account security."

print (info)

print (intro)


decody84: так перед этим надо еще hello, Foffrey
decody84: то есть joffrey
isnik1983: минутку
isnik1983: info = "We couldn't verify your mother's maiden name."
intro = "Here is important information about your account security."
first_name = 'Joffrey!'
greeting = 'Hello, '

print (first_name,info)
print (greeting,intro)
isnik1983: info = "We couldn't verify your mother's maiden name."
intro = "Here is important information about your account security."
first_name = 'Joffrey!'
greeting = 'Hello, '
print (greeting,first_name)
print (info)
print (intro)
decody84: говорит неверноб и прин должен только 2 быть
Похожие вопросы
Предмет: Окружающий мир, автор: lauragold0210
Предмет: Математика, автор: kamrantagiev05
Предмет: Химия, автор: noyirsaitkulov