1 2 3 def fun5(): c = 6 def fun6(): print("Hello") c = 4 + 5 if True: if True: print("Hello") if True: print("Maybe") else: print("World") else: print("Again") else: print("And Again") class Thor(object): y:int = 0 print("Right place?") class Stones(object): y:int = 0 def fun(x:int): print("Right place?") def bar(): return 2+3 print("Wrong Place") def fun1(): def fun2(): print("Hello")