a) required to write a Python function named square_free(n), that…

Question Answered step-by-step a) required to write a Python function named square_free(n), that… a) required to write a Python function named square_free(n), that takes a positive integer parameter n and returns the string an (defined above). Again, as in Task 1, you may define other (auxiliary) functions with arbitrary names, however, the solution function of this task should be named square_free(n). [9 marks] (b) Write a Python function named print3Blocks(s) that takes a string, s, as a parameter and prints it in blocks of 3 symbols separated by white spaces. For example, print3Blocks(a3) will print: 123 132 312 321 312 132 312 321 231 Computer Science Engineering & Technology Python Programming ITECH 1400 Share QuestionEmailCopy link Comments (0)