# usually use 4 spaces to indent (don't mix with TABs)
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
#1) Select the code you want to indent
#2) On the menu on top click on "Format" and then click on "Indent region"
#On Mac you may also just click cmd + ]
A line is indented