x = Flase
while !x :
a = 0
print(a)
a++
pass
if a == 10:
x = True
else:
continue
I get an error at "a++". I a using visual studio 2013 community and it gives me a red underline after "a++" and just before "pass"