see first elif statement for syntax error, where have i gone wrong??
this is only a section of code, help very much appreciated.
if dice == dice2 :
print ("The scores on both dice remain constant, no changes are made.")
elif dice > dice2 :
print ("The scores of the two dice thrown are not the same.")
print (a, "'s new strength is", difference, "+", c "and the new skill value is", difference2, "+", cc)
elif dice < dice2 :
print ("The scores of the two dice thrown are not the same.")
print (b, "'s new strength is", difference, "-", d "and the the new skill value is", difference2, "-", dd)
else :
print ("I think we have an error!")