can someone correct this code for me? also, how do you make cmd open the .py file than execute that .py?
def addition()
print "This part of the test cover addition"
p1 = raw_input "What is 9+9"
if p1 = "18"
set c()= c+1
c= 0
print "correct"
else: print "Incorrect"
def addition()