diff --git a/1-Data Types.py b/1-Data Types.py index 7748c80..31bf90f 100644 --- a/1-Data Types.py +++ b/1-Data Types.py @@ -20,4 +20,4 @@ # Concatenate and print the String variables on a new line # The 's' variable above should be printed first. -print(s + s2 +print(s + s2)