Trying to get used to git and it's functions Hello world
a = 3 b = 4 answer = a + b print(answer)
But since this is a README file, we cannot write code here let's try updating our repo using the Git commit and pushing it to main I'm still trying to figure this thing out