diff --git a/scripts/hello_world_Thunder-Blaze.py b/scripts/hello_world_Thunder-Blaze.py index 095472e34..633702630 100644 --- a/scripts/hello_world_Thunder-Blaze.py +++ b/scripts/hello_world_Thunder-Blaze.py @@ -2,4 +2,4 @@ # AUTHOR: Shivansh Jain # GITHUB: https://github.com/thunder-blaze -print("Hello, World!") \ No newline at end of file +print('Hello, World!') \ No newline at end of file