DEBUGGING PRACTICE

PHOTO EMBED

Tue Oct 24 2023 10:29:17 GMT+0000 (Coordinated Universal Time)

Saved by @Isha_1522

print("Day 1 - String Manipulation")
print('String Concatenation is done with the "+" sign.')
print('e.g. print("Hello " + "world")')
print("New lines can be created with a backslash and n.")
content_copyCOPY

It is debugged