I wrote a program that will ask the user for a series of words. Then plug them into a paragraph template.
-
Updated
Mar 17, 2024 - Python
I wrote a program that will ask the user for a series of words. Then plug them into a paragraph template.
Write a program that will ask a user how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is divisible by 3 or not. Continue doing this as many times as the user indicated. Once the loop ends, output how many numbers entered were divisible by 3 and how many were not divisible
For this lab, you will find the area of an irregularly shaped room with the shape as shown above. Ask the user to enter the values for sides A, B, C, D, and E and print out the total room area using are of a rectangle (length * width) and the area of a right triangle is (0.5 * the base * height).
You have decided to design a fashion chatbot that helps people pick out their fashion preferences. Your bot can gauge what types of clothes and accessories the user might like. Your chatbot should ask the user the following and then give answers depending on the answers the user inputs
Add a description, image, and links to the projectstem topic page so that developers can more easily learn about it.
To associate your repository with the projectstem topic, visit your repo's landing page and select "manage topics."