Skip to content

dev-aryaman/NYU-ds-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Write a function count_vowels(word) that takes a word as an argument and returns the number of vowels in the word

  2. Iterate through the following list of animals and print each one in all caps.

animals=['tiger', 'elephant', 'monkey', 'zebra', 'panther']

  1. Write a program that iterates from 1 to 20, printing each number and whether it's odd or even.

  2. Write a function sum_of_integers(a, b) that takes two integers as input from the user and returns their sum.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages