diff --git a/scripts/Tanayajadhav1_hello.py b/scripts/Tanayajadhav1_hello.py new file mode 100644 index 0000000..1e141c1 --- /dev/null +++ b/scripts/Tanayajadhav1_hello.py @@ -0,0 +1,12 @@ +import datetime + +def main(): + print("🌍 Hello, World!") + print("🚀 My first open-source contribution") + print("👋 Hi, I'm Tanaya") + + now = datetime.datetime.now() + print("🕒 Current time:", now.strftime("%Y-%m-%d %H:%M:%S")) + +if __name__ == "__main__": + main() \ No newline at end of file