Can somebody help me? Thank you. ASAP

Can Somebody Help Me? Thank You. ASAP

Answers

Answer 1
Home tab, paragraph group, and multilevel icon. :)
Answer 2
You are correct I think

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

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

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

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

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

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

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

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

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
Other Questions
Which phrase best completes this diagram? Cmo evolucion la crisis en que se hallaba Italia en 1943? Julie started her own lawn mowing business to earn some extra money lastsummer. She earned $2100 and had expenses of $669 (lawn mower, weedeater, gas, etc.). She has no income to report on line 1a or line 1b ofschedule SE below. She also has a zero entry on line 29 of Form 1040. Usethis information to complete table entry 3 below. * How many meters in 500 km?5,0000.005500,0000.5000 PLS GET ME DA ANSWER ASAP AHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!! Biomass is considered an "alternative" energy resource.This means that it can be used instead of a fossil fuel.In which way is biomass similar to fossil fuels?A. Both are easily replenished.B. Both can be quickly made from corn.C. Both depend on the weather.D. Both are burned for energy. Find the volume of the cylinder.Either enter an exact answer in terms of or use 3.14 for What symptom is an indicator of nicotine withdrawal? If an object is placed 10cm in front of a converging lens that has a focal length of 15cm. What are the properties of the image? Problems 9 and 10 concem the following situation.Vera's gross weekly pay is $976.42. From each(weekly) paycheck $135.32 is deducted for federaltax, $50.27 for state tax, 6.5% for Social Security,and 1.5% for Medicare. Also, her weekly livingexpenses are $465.27.9) What is Vera's weekly disposable income?A) $281.09B) $270.18C) $269.27D) $258.36E) $247.45 pls helpHow did the actions of Saddam Hussein begin the Gulf War conflict?What action did Iraq refuse and ultimately lead to another conflict? Homeland Security. What are the main goals of the Department of Homeland Security? Do you believe that the Patriot Act is needed or unjustified? Afghanistan and Iraq. Who ruled Afghanistan? Which terrorist group was responsible for the 9/11 attacks? Why was the United States criticized for the Iraq war? The Cold War is the name used to refer to the tension between two Superpowers: the _______________ __________________ and the ______________ ________________. The United States and the Soviet Union did not _____________ each other. The Soviet Union tried to spread _____________________ throughout the world. The United States tried to spread _____________________ throughout the world. The two Superpowers created a large stockpile of ___________________ _________________. What is the perimeter of the triangle? units Conjugate the following verbs: dormir (tu Which space station was the first to be put into orbit by the United States?1 point find the diameter of the object (6cm) If Serena runs her own business and is responsible for everything, she is a/an 5. What did the First U.S. Congress add to the U.S. Constitution? Planning involves making decisions that will impact later. For instants if you were planning a trip out of town you have to plan how long its gonna take you how much money youre gonna spend where youre going to stay etc. these decisions will all impact you later in a positive way because everything will be sorted out when youre ready to go on your trip.The difference between a nonprofit and for profit organizations plans are the concept of the plans. For instance plans that are formulated by nonprofit organizations do not have profit is it major objective, But profit organizations need two put more time and effort and resources in the planning to raise funds and recruit volunteers to achieve their goals. Some cleaning I do in my life is planning out my day what time Im gonna wake up what Im gonna wear what Im gonna eat. I also planned out when Im gonna go to sleep so I can make sure I get enough sleep. Which answer best summarizes the nature of relations between the two countries prior to the attacks? (5 points) Find the volume (and show work)