QuackatronHQ / Gigarepo

Expected 2 blank lines after end of function or class FLK-E305
Style
Minor
1 occurrence in this check
expected 2 blank lines after class or function definition, found 1
17        except Exception as e:
18            print(e)
19
20if __name__ == "__main__":21    print("Welcome to calculator!")
22    main()