- This forum has 12 topics, 1 reply, and was last updated 6 months ago by .
-
- Topic
- Voices
- Last Post
-
- Create a password generator function that suggests a password for a user that meets the requirements of having 8 characters, has both numbers and letters and special characters
- 0
- 6 months ago
- Write a calculator program that asks a user to enter two numbers, select what operation they want to perform on it and it returns the answer.
- 0
- 6 months ago
- Write a program that calculates the sum of all even numbers between 1 and a given number.
- 0
- 6 months ago
- Write a function that takes a list of strings and returns a new list with all the vowels removed from each string.
- 0
- 6 months ago
- Write a function that takes a list of integers and returns a new list with all the duplicate values removed.
- 0
- 6 months ago
- Write a program that generates a random number between 1 and 100 and asks the user to guess it. The program should provide feedback on whether the guess is too high or too low until the user guesses correctly.
- 0
- 6 months ago
- Write a function that calculates the factorial of a given number. Factorial means to multiply each number by the number -1 till it gets to 1. 5 factorial = (5 * 4 * 3 * 2 * 1)
- 0
- 6 months ago
- Create a program that takes a list of strings and returns the longest string in the list.
- 0
- 6 months ago
- Create a program that takes a list of numbers and returns the sum of all the even numbers in the list.
- 0
- 6 months ago
- You must be logged in to create new topics.