Difference between revisions of "CSC111 Lab7 Solution Programs 2011"
Line 98: | Line 98: | ||
print( "!" ) # happy birthday to you! | print( "!" ) # happy birthday to you! | ||
− | + | def main(): | |
− | + | ifStatement1() | |
− | + | ||
− | singSong( "Frida" ) | + | ball() |
− | for ch in "abcdefghijklmnopqrstuvwxyz": | + | |
− | + | singSong( "Frida" ) | |
− | + | ||
+ | for ch in "abcdefghijklmnopqrstuvwxyz": | ||
+ | singSong( "111a-a" + ch ) | ||
+ | print() | ||