I am trying to split a string into groups of 4 letters. Not into a list in a string. without using import
Example 1:
hello world
Output:
hell owor ld
Example 2:
if you can dream it, you can do it
Output:
ifyo ucan drea mit, youc ando it