for x in range(100-200): if b%x==0: print('prime')
Sorry: IndentationError: expected an indented block (Main.py, line 3)