Download presentation
Presentation is loading. Please wait.
1
/* function definitions */
def singFirstPart(): sing "Mary had a " def singAnimal(): sing "little lamb" def singDescription(): sing "Its fleece was white as snow."
2
/* function definitions */
def singFirstPart(): sing "Mary had a " def singAnimal(): sing "little lamb" def singDescription(): sing "Its fleece was white as snow."
3
# Mary.py # function definitions def main(): singFirstPart() singAnimal() singDescription() # end main def singFirstPart(): sing "Mary had a " def singAnimal(): sing "little lamb" def singDescription(): sing "Its fleece was white as snow."
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.