Example 2 | Python

Описание к видео Example 2 | Python

print("Welcome to second example")

x = input("Cual es tu nombre?")

print("Mi nombre es ", x)

y = input("Cual es tu apellido?")

print("Mi apellido es ", y)

print("Mi nombre completo es ", x, y)

Комментарии

Информация по комментариям в разработке