Computer Science, asked by swethaasp23, 1 month ago

Write a program to print concatenation of first and last name of 10 students.

Answers

Answered by nbharathi741
1

the seven snowmen the following ad the other hand the following ad listing has been sent

Answered by mail2rheaagr
0

Answer:

s1 = 'Apple'

s2 = 'Pie'

s3 = 'Sauce'

s4 = s1 + s2 + s3

print(s4)

Similar questions