Skip to content

LKadman/day-1-2-String-Manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging

UPDATE

We've moved away from repl.it for coding exercises. Check out the new exercises on Coding Rooms with automated submissions.

Login to your Udemy course and head over to the link below to get the sign up link:

Click here

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:

Test Your Code

Before checking the solution, try copy-pasting your code into this repl:

https://repl.it/@appbrewery/day-1-2-test-your-code

This repl includes my testing code that will check if your code meets this assignment's objectives.

Solution

https://repl.it/@appbrewery/day-1-2-solution

About

1.2 String Manipulation and Code Intelligence https://100daysofpython.dev/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published