From 11cf9420ed3cfba12687ab1078a1259f0028f7ad Mon Sep 17 00:00:00 2001 From: Saavi Verma Date: Mon, 24 Mar 2025 23:00:52 +0530 Subject: [PATCH 1/2] Updated file in Python repository --- Colors/print_colors.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Colors/print_colors.py b/Colors/print_colors.py index edf78440a22..6aacaa9d4b4 100644 --- a/Colors/print_colors.py +++ b/Colors/print_colors.py @@ -1,6 +1,4 @@ import sys - - class colors: CYAN = "\033[36m" GREEN = "\033[32m" @@ -8,13 +6,8 @@ class colors: BLUE = "\033[34m" RED = "\033[31m" ENDC = "\033[0m" - - def printc(color, message): print(color + message + colors.ENDC) - - -# color which we print or import printc(colors.CYAN, sys.argv[1]) printc(colors.GREEN, sys.argv[1]) printc(colors.YELLOW, sys.argv[1]) From a4e5613ebf555b4dbafd3394a6bed27365fecce0 Mon Sep 17 00:00:00 2001 From: Saavi Verma Date: Mon, 24 Mar 2025 23:18:04 +0530 Subject: [PATCH 2/2] Modified example.txt in feature-branch --- example.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 example.txt diff --git a/example.txt b/example.txt new file mode 100644 index 00000000000..cb511a2b55e --- /dev/null +++ b/example.txt @@ -0,0 +1 @@ +Change from feature-branch