Оператори присвоювання, введення та виведення даних
Sign in to Google to save your progress. Learn more
Прізвище, ім'я *
Результат експерименту 1:

imya=input('What is your name? ')

print ("It's so great to meet you,", imya, end=" ")

print (". Hope we'll be friends!")

*
Результат експерименту 2:

first=input('Enter number ')

second=input('Enter number ')

sum=first+second

print (first,'+',second,'=',sum)

*
Результат експерименту 3:

print(10 * 'a')

*
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy