From 8ab98ee4baf5523bce7dac647feb278f80e70df1 Mon Sep 17 00:00:00 2001 From: Sreerag_Krishna <73210045+Sreeragkrishna@users.noreply.github.com> Date: Fri, 29 Oct 2021 19:52:23 +0530 Subject: [PATCH] Update Aishud.py --- PYTHON/Aishud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PYTHON/Aishud.py b/PYTHON/Aishud.py index 1be188f..024fb7f 100644 --- a/PYTHON/Aishud.py +++ b/PYTHON/Aishud.py @@ -1,4 +1,4 @@ name, age = "Aiswarya Das", 19 username = "Aishud" -print ('Hello!') +print ('Hai!') print("Name: {}\nAge: {}\nUsername: {}".format(name, age, username))