Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+6 votes
asked in CSC201 Spring 2021 by (1 point)

3 Answers

+2 votes

Used the string concatenation with the + operator.

answered by (1 point)
+2 votes

Ya, use the string concatenation with the + operator or as Dr.Stonedhl said " use print(..., sep="")"

answered by (1 point)
+2 votes

You can use + to concatenate the "'s" in the print statement without the space

answered by (1 point)
...