diff --git a/Section_01/assignment_03.py b/Section_01/assignment_03.py index 637873b..a0de3e0 100644 --- a/Section_01/assignment_03.py +++ b/Section_01/assignment_03.py @@ -21,7 +21,7 @@ # Expected Result Printed: [[Cool]] # Your code below: - +print(chars[:2]+word+chars[2:])