how can I make a 108KB sound into a 108Mb sound it wont upload if its KB on garageband pls help I'm trying to make a ringtone on ringtone maker app on my iphone 11

Answers

Answer 1
Dmjdjdhdndndndjdjdsjsjsnsns

Related Questions

Rock, Paper, Scissors
In this unit, you expanded your Python skills, and now you can really have some fun! In this lab, you are going to create a game that allows the user to play Rock, Paper, Scissors against the computer. If you aren’t familiar with this classic game, here’s how it works: two people (or a person and a computer!) each select either rock, paper, or scissors. The player who chooses the stronger object wins. Here is how the winner is determined:

Rock beats scissors because a rock can break scissors.
Paper beats rock because paper can cover a rock.
Scissors beats paper because scissors can cut paper.
Go to https://repl.it/ to write your program.

Your program should do the following:

Randomly choose rock, paper, or scissors for the computer
Ask the user to choose rock, paper, or scissors
Compare the computer’s choice to the player’s choice
Announce whether the computer or the human won
Here are two hints to help you write this program:

Test parts of your program to see if they work before moving on to work on other parts. For example, you will need to have the computer select a random number and then choose for that number to correspond to rock, paper, or scissors. You can write just that portion of the program and then test it by having the program print the word “rock,” “paper,” or “scissors” before you even begin working on the part of the program where the user inputs their choice. (Of course, don’t forget to erase the line of code that prints the computer’s choice when you are finished testing—otherwise the game will be just a bit too easy for the user!)
On a piece of paper, draw a chart that shows all nine possible outcomes of the game and use that chart to design and test the program. The chart might look like this:
TABLE 1 Rock paper scissors outcomes
Computer chooses rock Computer chooses paper Computer chooses scissors
User chooses rock

Tied game

Computer wins

User wins

User chooses paper


User chooses scissors


Run several tests on your program to be sure that the correct winner is announced.

When your program works properly, take a screenshot of your code to turn in.

Answers

Answer:

umm...ok? update: im too young to understand coding stuff i tried to make a dancing stickman with code but its too hard, so...

yup o-o

building a robot that could perform surgery on its own. Would you rather have it rely on a basic algorithm with a human supervisor, or on a program that uses machine learning?

Answers

program that uses machine learning.
I would say a program that uses Machine learning

Rock, Paper, Scissors
In this unit, you expanded your Python skills, and now you can really have some fun! In this lab, you are going to create a game that allows the user to play Rock, Paper, Scissors against the computer. If you aren’t familiar with this classic game, here’s how it works: two people (or a person and a computer!) each select either rock, paper, or scissors. The player who chooses the stronger object wins. Here is how the winner is determined:

Rock beats scissors because a rock can break scissors.
Paper beats rock because paper can cover a rock.
Scissors beats paper because scissors can cut paper.
Go to https://repl.it/ to write your program.

Your program should do the following:

Randomly choose rock, paper, or scissors for the computer
Ask the user to choose rock, paper, or scissors
Compare the computer’s choice to the player’s choice
Announce whether the computer or the human won
Here are two hints to help you write this program:

Test parts of your program to see if they work before moving on to work on other parts. For example, you will need to have the computer select a random number and then choose for that number to correspond to rock, paper, or scissors. You can write just that portion of the program and then test it by having the program print the word “rock,” “paper,” or “scissors” before you even begin working on the part of the program where the user inputs their choice. (Of course, don’t forget to erase the line of code that prints the computer’s choice when you are finished testing—otherwise the game will be just a bit too easy for the user!)
On a piece of paper, draw a chart that shows all nine possible outcomes of the game and use that chart to design and test the program. The chart might look like this:
TABLE 1 Rock paper scissors outcomes
Computer chooses rock Computer chooses paper Computer chooses scissors
User chooses rock

Tied game

Computer wins

User wins

User chooses paper


User chooses scissors


Run several tests on your program to be sure that the correct winner is announced.

When your program works properly, take a screenshot of your code to turn in.

Answers

import random

computer_choice = random.choice(['rock', 'paper', 'scissors'])

player_choice = input('Choose rock, paper, or scissors: ')

if player_choice == computer_choice:

   print('Tie. Both players chose '+player_choice)

elif (player_choice == 'rock' and computer_choice == 'scissors') or (player_choice == 'paper' and computer_choice == 'rock') or (player_choice == 'scissors' and computer_choice == 'paper'):

   print('You won! '+player_choice +' beats '+computer_choice)

else:

   print('You lost! '+computer_choice+' beats '+player_choice)

I wrote my code in python 3.8. I hope this helps. Note the elif statement is actually one line of code but it looks like it takes up more than one line.

I actually think I might have forgor

What does it mean to be a good cyber citizen?
A. being born in this country and having a computer at home
B. following the rules of online communication, using the Internet appropriately, and avoiding unsafe websites
C. showing friends the best places to visit online
D. helping senior citizens use the Internet correctly

Answers

Answer:

B

Explanation:

The answer is B. Following the rules of online communication using the internet appropriately, and avoiding unsafe websites

If you wanted to create a line of code that would add ten to the user’s current score, which code should you use?
score == score + 10
score = score + score
score = score + 10
if score, then +10

Answers

Answer:

choice c

Explanation:

score = score + 10

because the rest doesn't make since and score == score + 10 has an extra equal sign.

Score = Score + 10. …

LINKS!

Help! Is there a way to make them not show up??

Answers

No you can report it tho it’s annoying

Why is it important to create smart cities?

Answers

A smart city, powered by innovation and Internet of Things, is built on the foundation of improving residents' quality of life, enhancing business competitiveness and ensuring environmental sustainability.Aug 1, 2018
This helps Enhance things in the future in order to improve for the better and etc

Could u help me on this u just have to compare how its alike please help ​

Answers

It is unpredictable there’s no way for me to figure it out

On a circuit board, 1 corresponds to on, and 0 corresponds to off. True False

Answers

Answer:

The answer is true

Explanation:

Have a great day

The answer is true because if 1 corresponds it will turn on and if it’s 0 than nothing will turn on it will be off
Other Questions
8 is 0.5% of what numberI WILL MARK BRAINLIEST PLS HELP HELP HELP HELP HELP What is the equation of the trend line in the scatter plot ? i need this by friday before midnight 98 points and brainliestWhat it isMust be a rewrite of a text. Cannot be a movie, video game, etc. Can be written in essay/book form, a PowerPoint, or recorded like an audio book. (preferably in essay/bookform. )To rewrite your story, the ending must change. This means that different characters can end of falling in love, characters who originally died can come back to life (or vice versa), the villain can defeat the superhero, etc. Your ending must have major differences than the original ending. This is a creative writing assignment, so be as creative as you can!(choose a book idc which just tell me in 4 sentences at the end on how u changed the ending)MUST HAVE:A minimum of 750 written words. Correct grammar/layout.Dialogue from characters. A different ending than the original ending. go 1. Which of these was an example of aUnion state that did not allowslavery?O MarylandO MissouriO OhioO Texas I WILL GIVE U BRAINLIEST AND THANKS AND 5 STARSplease help this is very importantthis is a big part of my grade Please help with this geometry problem. I need it ASAP. Show work HELP HELP ILL GIVE U KISS what is a phosphodiester bond What kind of action does the perfect tense describe?actions that will happen in the futureactions that probably will not happenactions that were started and completed in the pastactions that are better than anyone else could do Dylan wants to invest $3500 for 5 years. The bank offers him 4%/a compounded weekly. Calculate the final amount of this investment. In TVM solver we are solving for? (Where do we put the blue dot? Which theme is evident in this excerpt from Alfred Lord Tennysons narrative poem The charge of the light bridge? please help!! 20 points . if you guess or just comment random things to take points i will have you reported and make sure your acc gets banned, thanks! i want explanations pls Which of the following statements is TRUE about capillaries?a.They can dilate and constrictb.They have smooth muscle in their wallsc.Blood flows through all capillaries all the timed.Some are so small that only one cell can pass through at a time Factor this trinomial. Your answer should consist of two binomials.n^2-11n +28 DETERMINE WHICH OF THE ANGLE MEASURES BELOW CORRECTLYSATISFY THE MISSING VALUE, X, IN EACH DIAGRAM. Given: I is the midpoint of ME and SLwhich prosulate can be used to prove the triangles congruent? SSSSASAASASAHLNone best ne gets brainlyest WHICH DO YALL PREFERTYLA YAWEH - ALL THE SMOKE FT. GUNNA, WIZ KHALIFAORIANN DIOR - DON'T WANNA BELIEVEwill mark brainliest for answer that i like best Which civilization practiced Democracy first? A. MesopotamiaB. EgyptC. ChinaD. Greece Which statement best completes this diagram?A.Lincoln begins negotiating with Confederate leaders to end the Civil War peacefully.B.Lincoln realizes the Union is close to losing the Civil War.C.Lincoln hopes to prevent antislavery countries from supporting the Confederacy.D.Lincoln realizes that the border states are about to secede from the United States.