February 23, 2022 by mahmud ali Python IF ELS [tutorial] #2 lion = True if lion : print("lion roars") else: print("the lion is too far") Continue Reading →