diff --git a/Ex_Files/01_01_end/hello.py b/Ex_Files/01_01_end/hello.py index c4da7d18..987c2dc1 100644 --- a/Ex_Files/01_01_end/hello.py +++ b/Ex_Files/01_01_end/hello.py @@ -1 +1 @@ -import this +import thi diff --git a/Ex_Files/02_02_begin/main.py b/Ex_Files/02_02_begin/main.py index 85a3ff30..04d7deed 100644 --- a/Ex_Files/02_02_begin/main.py +++ b/Ex_Files/02_02_begin/main.py @@ -10,3 +10,5 @@ formatted = greet_format.format(name) print(intrupution, formatted) + +print(formatted.upper())