Lesson 1 of 0
In Progress

Python Week 2

Kedeisha May 19, 2023

Those who submit an entry will be eligible to win a free copy of Learn Python Programming by Packt! The more weeks you participate, the more chances you get to win!

There is no deadline for submission.

Challenge Questions

Problem 1: Write a function that takes in an integer, minutes, and converts it into seconds

Problem 2: Write a function that takes two numbers as arguments and returns their sum.

Problem 3: Create a function that takes a string and returns the number (count) of vowels contained within it.