I am a beginner and this my sample and getting error
IndentationError: expected an indented block
software = "Tally"
if software == "Focus":
#print ("You are using Focus")
elif software == "Wings":
print ("You are using Wings")
elif software =="Tally":
print ("You are using Tally")