Learn practical skills, build real-world projects, and advance your career
a_music_pun='''
Two windmills are standing in a field and one asks the other,
"what kind of music do you like?"

The other says,
"I'm a big metal fan."
'''
print(a_music_pun)
Two windmills are standing in a field and one asks the other, "what kind of music do you like?" The other says, "I'm a big metal fan."
len(a_music_pun)
137
list(a_music_pun)
['\n',
 'T',
 'w',
 'o',
 ' ',
 'w',
 'i',
 'n',
 'd',
 'm',
 'i',
 'l',
 'l',
 's',
 ' ',
 'a',
 'r',
 'e',
 ' ',
 's',
 't',
 'a',
 'n',
 'd',
 'i',
 'n',
 'g',
 ' ',
 'i',
 'n',
 ' ',
 'a',
 ' ',
 'f',
 'i',
 'e',
 'l',
 'd',
 ' ',
 'a',
 'n',
 'd',
 ' ',
 'o',
 'n',
 'e',
 ' ',
 'a',
 's',
 'k',
 's',
 ' ',
 't',
 'h',
 'e',
 ' ',
 'o',
 't',
 'h',
 'e',
 'r',
 ',',
 '\n',
 '"',
 'w',
 'h',
 'a',
 't',
 ' ',
 'k',
 'i',
 'n',
 'd',
 ' ',
 'o',
 'f',
 ' ',
 'm',
 'u',
 's',
 'i',
 'c',
 ' ',
 'd',
 'o',
 ' ',
 'y',
 'o',
 'u',
 ' ',
 'l',
 'i',
 'k',
 'e',
 '?',
 '"',
 '\n',
 '\n',
 'T',
 'h',
 'e',
 ' ',
 'o',
 't',
 'h',
 'e',
 'r',
 ' ',
 's',
 'a',
 'y',
 's',
 ',',
 '\n',
 '"',
 'I',
 "'",
 'm',
 ' ',
 'a',
 ' ',
 'b',
 'i',
 'g',
 ' ',
 'm',
 'e',
 't',
 'a',
 'l',
 ' ',
 'f',
 'a',
 'n',
 '.',
 '"',
 '\n']
today="sunday"