Husk, 10 bytes
Cİ1ṠṁK..."AZ
###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers
Explanation
Cİ1ṠṁK..."AZ
..."AZ Get the alphabet
ṠṁK Replace each letter with the whole alphabet
C Cut the resulting string into lines with lengths
İ1 equal to the list of odd numbers
Husk, 10 bytes
Cİ1ṠṁK..."AZ
###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers
Husk, 10 bytes
Cİ1ṠṁK..."AZ
Explanation
Cİ1ṠṁK..."AZ
..."AZ Get the alphabet
ṠṁK Replace each letter with the whole alphabet
C Cut the resulting string into lines with lengths
İ1 equal to the list of odd numbers
Husk, 1110 bytes
↑26Cİ1¢..."AZCİ1ṠṁK..."AZ
###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers
↑26Cİ1¢..."AZ
↑26 Take the first 26 lines of
¢..."AZ The alphabet, cycled
C cut into lines with lengths
İ1 equal to the list of odd numbers
Husk, 11 bytes
↑26Cİ1¢..."AZ
###Explanation
↑26Cİ1¢..."AZ
↑26 Take the first 26 lines of
¢..."AZ The alphabet, cycled
C cut into lines with lengths
İ1 equal to the list of odd numbers
Husk, 10 bytes
Cİ1ṠṁK..."AZ
###Explanation Cİ1ṠṁK..."AZ ..."AZ Get the alphabet ṠṁK Replace each letter with the whole alphabet C Cut the resulting string into lines with lengths İ1 equal to the list of odd numbers