#!/usr/bin/python3 from task1 import main if __name__ == "__main__": main()