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 1

Answer:

choice c

Explanation:

score = score + 10

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

Answer 2
Score = Score + 10. …

Related Questions

Question 1 of 3
Multiple Choice
How do cyber communities differ from communities in the real world with regard to safe behavior?
A. It can be more difficult to identify unsafe behavior in a cyber community.
B. They are not different in any important ways.
C. People usually behave more safely online than offline.
D. Communities in the real world are always safer.

Answers

Answer:

i would say a.)

Explanation:

hope i was helpful

It’s either A or D but I’d go with A

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

Can somebody help me? Thank you. ASAP

Answers

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

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

Question 2 of 3
Based on the descriptions below, which website is most appropriate?
A. a site that asks you to send $10 to help schoolchildren in Uganda
B. a site that describes violent behavior
C. a site that asks for your personal information to enter a contest to win a new bike
D. a site sponsored by a government agency that gives you factual information

Answers

Answer: D

Explanation: You don't need to give money, information, or watch any inappropriate content on the gov website. It's safe and all you do is read.

D, it's for information and you don't actually have to look at anything other than just reading about it (that's if it's actually for reading) It's just a harmless website, but the other ones would make you pay or maybe risk your safety.

Please help me on this I don't know which one they are​

Answers

Hi, the photo doesn’t show the question on what to answer, all I see are empt boxes, if you message me the question I will answer it for you!
I’m sorry I don’t understand the question no no no which means I don’t know what the answer would be so please include a different picture maybe I could help you and I think this might be here in a different subject I’m not sure because I don’t know what the question is I’m sorry I really wish I could help

LINKS!

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

Answers

No you can report it tho it’s annoying

Find out the names of at least 20 programming languages and their developers.

Answers

Answer:

lala

Explanation:

I don’t understand da question

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
Other Questions
To become or stay physically fit, you should exercise and eat healthy.O A. TrueB. False Evaluate the expression (2x + 5)2 -3x at the value x = -1 Essayez!LATEDUE May 10th 11:59 PMCompltez les phrases.Modle Quand je mange de la salade, je maigris (maigrir).1. 11(russir) son examen.2. Nous(finir) notre djeuner.3. Quand les enfants mangent beaucoup de frites, ils(grossir)!4. Tu(choisir le fromage ou le dessert?5.(rflchir) au problme.6. Mes enfants(grandir) trs vite (fast).7. Vous ne m'(obir) jamais (never)! Which of the following equations represents a proportional relationship?6/9 = 24/328/3 = 36/143/2 = 15/124/8 = 15/30 Could someone annotate this for me I NEED IT ASAP FOR TOMMOROW PLZ Extensive use of advanced technology is one way to contain costs in the medical field. Round your answer to the nearest hundredth.BC= What is the total cost of buying 2 pounds of nails, 4 pounds of washers, and 3 pounds of bolts?. The price of nails is $1.30/lb, the price of washers is $0.80/lb, and the price of bolts is $2.50/lb. 9 3 (2+6)6 -2 5? step by step please what was used to raise and lower ships 1. Which of these questions would work best if directed at a panel of experts?Where did you find the information that went into your research report about U.S. election law?How do your ideas about the presidential election differ from the other experts on the panel?What is the most important thing for our generation to know about the election process?Does anyone on the panel understand how the electoral college works in a national election? Please!! Ill give you lots of points!! PHow do the sensory spines most likely help the cockroachsurvive in its environment?A. They improve the cockroach's vision so it can seepredators sooner.B. They allow the cockroach to change its body shapeto confuse predators.C. They reduce the friction along the top of thecockroach so it can move faster than predators.D. They allow the cockroach to move through smallspaces where it is unable to use its feet to escapepredators. Which symmetries does a right square pyramid have? Check all that apply.a plane of reflection that passes through the vertex and opposite corners of the basea plane of reflection that is parallel to the base and passes through the midpoints of the edges connecting the vertex to the basea plane of reflection that passes through the vertex and midpoints of opposite sides of the basean axis of symmetry that contains the vertex and center of the basean axis of symmetry that contains two vertices on the bases that are opposite each other giving brainliest to correct answer Which of following is not responsiblilty of media in the democratic process? use the word monologue in a sentance. The table below shows the hours. x spent working on a new and the distance, y, of fished road. Time. Distance (hours) (miles) 50. 1.5200. 6350. 10.5400. 12650. 19.5 What is the slope of the line that is these date A. 3/400 B. 3/100 . 3/23 D. 3 Some sugar is added to cold water in a beaker.After some time, all the sugar dissolves and spreads throughout the water.(a)() Name the process that occurs which causes the sugar to spread throughout the water.(ii) State two ways to make the sugar dissolve more quickly.(b) Pure water can be obtained from the sugar solution using this apparatus. Name the process used to obtain pure water from the sugar solution. Which is smaller 2.5 or.5? Factorizex[tex]x ^{3} - 3x - 2 [/tex]