Computer Science, asked by divinebpatricks, 8 months ago

Write a program that reads two strings and prints it in the following format. String 1 S 2 T G R N I

Answers

Answered by pp6609034
0

Answer:

Joining of two or more strings into a single one is called concatenation. The + operator does this in Python. Simply writing two string literals ...

Similar questions