Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created October 3, 2021 09:06
Show Gist options
  • Save moulik-source/4cfbc98144be5a4f5e6e2d87d381e59d to your computer and use it in GitHub Desktop.
Save moulik-source/4cfbc98144be5a4f5e6e2d87d381e59d to your computer and use it in GitHub Desktop.
Fixed code
#Fixed the code below 👇
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."))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment