From ce1aee83b933c2fbf519036acc4a057d0dbb93be Mon Sep 17 00:00:00 2001 From: Lalitha A R <165548623+lalithaar@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:36:52 +0530 Subject: [PATCH] Update index.md added a line of python code --- index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.md b/index.md index d8263c5..e9e1439 100644 --- a/index.md +++ b/index.md @@ -1,2 +1,5 @@ # Headline ![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png) +``` python +hello_world = "Hello, world!" +```