Difference between revisions of "CSC111 Lab7 Solution Programs 2011"

From dftwiki3
Jump to: navigation, search
Line 98: Line 98:
 
     print( "!" ) # happy birthday to you!
 
     print( "!" ) # happy birthday to you!
  
   
+
def main():
#ifStatement1()
+
  ifStatement1()
#ball()
+
 
singSong( "Frida" )
+
  ball()
for ch in "abcdefghijklmnopqrstuvwxyz":
+
 
    singSong( "111a-a" + ch )
+
  singSong( "Frida" )
    print()
+
 
 +
  for ch in "abcdefghijklmnopqrstuvwxyz":
 +
      singSong( "111a-a" + ch )
 +
      print()
 
      
 
      
  

Revision as of 13:01, 19 October 2011

--D. Thiebaut 13:58, 19 October 2011 (EDT)



...