Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created October 3, 2021 09:02
Show Gist options
  • Save moulik-source/e166b713ffa5aa0125873d10843a446f to your computer and use it in GitHub Desktop.
Save moulik-source/e166b713ffa5aa0125873d10843a446f to your computer and use it in GitHub Desktop.
fix code
#Fix the code below 👇
#string is missing at the first
print(Day 1 - String Manipulation")
#thi code seems good 💖
print("String Concatenation is done with the "+" sign.")
#Here the indent is moven forward
print('e.g. print("Hello " + "world")')
#Here we are missing the bracket at the end 👇🏽
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