diff --git a/5-print_string.py b/5-print_string.py index e36c672..6d83f89 100644 --- a/5-print_string.py +++ b/5-print_string.py @@ -1,3 +1,4 @@ #!/usr/bin/python3 str = "Holberton School" -# YOUR CODE GOES HERE. PLEASE REMOVE THIS LINE +3 * "Holberton School" + "Holberton" +print(str)