# usually use 4 spaces to indent (don't mix with TABs or IndentationError)
j = 1
site = 'cg'
while(j<= 1):
if site == 'cg':
print('okay')
else:
print('retry')
j += 1
print ('j: ' + str(j))
print('Done') # okay j: 2 Done
Indentation error ocurr when you indent something that should not be indented
or when you have to indent something but you did not