Skip to content

Manish-pal/100Days-python-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Debugging

Instructions

Look at the code in the code editor on the left. There are errors in all of the lines of code. Fix the code so that it runs without errors.

Warning: The output in your program should match the example output shown below exactly, character for character, even spaces and symbols should be identical, otherwise the tests won't pass.

Example Output

When you run your program, it should print the following:

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

e.g. When you hit run, there should be no errors and this is what should happen:

About

Learned python in 100 days and adding all the small projects created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages