- Write code that will add 12 + 12 and print the output 24 on the screen.
- Write code that will add "12" + "12" and print the output on the screen.
- Write code that will take in a number from the user and print a string version of the input. So that an input of 10, prints as "10". Yes, do the conversion!
- Write code that will take in the name of a user and print the name back out to the user.
- write code that will take in the name of the user and then printout the user name in all capital letters.
- write code that will take in the name of the user and return(print) number of character in the user name.
- write code that will take in the user name and return the last two letter in the user name.
- write code that will take in the user name and retunr the user name in reverse (do not use reverse() method)(Calixte asked for this -.-).
- write code that will take in a number from the user and return that number cubed (ask Sarah).
- write code that will take in the user number and print a multiplication table using that number up to 12( ...8 X 1 = 8 ...8 X 2 = 16 ...8 X 3 = 24).
- Write code that will take in two numbers from the user and return the results of multiplying those two numbers.
- write code that will take in three user numbers, call a function 'multi' that will return the product of the first two numbers, then add on the third number and print a statement telling the user the calculations performed ( A * B + C = blah).
- Write code that will let be keep adding up numbers until I decide to stop. The code should print out the total when I decide to stop.
- Write code that has a list of 10 colors, Print out each color in your list on a seperate line.
- Write code with the bool is_passing. Print "passing" if the user enters a number 70 or above, and "failing" if the number is below 70.
- Write code that will add up every number in a range inputed by the user. The user will input the start and stop points.
- Write code that will print every number from 100 to 0 in decending order.
- Write code that has the alphabet in a list. Allow the user to input a letter. Tell (print) the user the index of the letter they selected.
- Write code that will allow a user to input the values of A,B,C,D. return the value of (A / B * C) - D.
- Write code that will take in a number and return if the number is odd or even.
- write code that will take in a number and return if the number is a prime number (my fav)!
- write code that will the user to set an max number. The return all the odd numbers up the the user max number.
- write code that will hold the alphabet in a list, then print every 3rd letter in the alphabet.
- Do number 23 a different way!
- write code that will hold the alphabet in a list, then shift each letter by a user defined amount, then print the shifted list.
forked from AmunCode/Week4-Challenges
-
Notifications
You must be signed in to change notification settings - Fork 0
Dannydorestant/Week4-Challenges
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%