this is a really easy coding problem, I haven't coded since highschool, and I am super rusty! I'm probably missing something super obvious. I get an invalid syntax error on the for line of the code, an I don't understand why.. how can I get this simple code to work? what am I doing wrong?
p=1
a=p+60
p = p+6*2/2*45
if (p == 271):
p=3000
print ("this is p:")
print (p)
print ("this is a")
print (a)
for ( p > a ):
p=p-1
print (p)