I was writing my code when all the sudden, I get this error about my if statement, it doesn't make sense to me, I indented correctly, and that is how you write it, any solutions?

Input:
def main():
language == input("Please type in a language, Espanol or English")
if(language == "English" ):
print("It works")
main()

Output:
SyntaxError: bad input on line 3

Answers

Answer 1

Answer:

I dont know, maybe type it again or, ask someone about it maybe?

Explanation:


Related Questions

1. Harold Worden, then 56-years-old, stole Kodak property
that was worth millions of dollars. He had worked for
Kodak for over 30 years and did not return confidential
documentation when he left the company in 1992.
He attempted to try and sell his ill-gotten gains to Kodak's
competitors while trying to start his own consulting firm.

The following scenario is an example of?​

Answers

Answer:

Industrial espionage

Explanation:

Espionage is defined as the act of spying or the use of spies to acquire information on the activities and plans of a government of another country or those of a company in a competitive market

It is the practice of obtaining confidential or secret information and can be considered a felony depending on the case circumstances and the manner of damages caused by the act which is provable and made by the claimant

Industrial espionage is also known as economic espionage

Write a python program to print numbers from 100 to 50 using for loop.
I NEED THIS URGENT PLEASE

Answers

Answer:

i = 100

for i in range 50

print(i--)

Explanation:

prints down from 100 to 50, i is printed then decremented.

name the statement which is used at end of each case from computer subject

(plz answer fast and correct i will mark as brainlist ......)​

Answers

Answer:

In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out.[1] A program written in such a language is formed by a sequence of one or more statements. A statement may have internal components (e.g., expressions).

Many programming languages (e.g. Ada, Algol 60, C, Java, Pascal) make a distinction between statements and definitions/declarations. A definition or declaration specifies the data on which a program is to operate, while a statement specifies the actions to be taken with that data.

Statements which cannot contain other statements are simple; those which can contain other statements are compound.[2]

The appearance of a statement (and indeed a program) is determined by its syntax or grammar. The meaning of a statement is determined by its semantics.

Which statement below returns 'soccer'?
sports = [2: football', 3:'soccer', 4:'volleyball', 5:'softball'}

• sports.find(soccer')
• sports[3]
• sports(3)
• sports.get(2)

Answers

Answer:

The answer is the second option.

sports = {2: 'football', 3:'soccer', 4:'volleyball', 5:'softball'};

console.log(sports[3]);

will output:

soccer

Explanation:

There were several syntax errors in the code (assuming it is javascript):

- Text strings must be enclosed in single or double quotes.

- sports is an object, not an array, so it should have { } and not [ ]

what are the uses of plotters​

Answers

Answer:

Plotters are use to produce the hard copy of schematics and other similar applications They are mainly used for CAE applications.They can print on a wide variety of flat materials

Hope it helps :)❤

Answer:

 Plotters are used to print graphical output on paper. It interprets computer commands and makes line drawings on paper using multicolored automated pens. It is capable of producing graphs, drawings....

Select the effective subject lines.


Timecard Machine Relocated

This Message Contains Some Important New Information About Company Operations

Please Use the New Form in the Revised Employee Manual for Filling Out Your Expense Reports, the Procedure Has Changed

Test Results Attached

New Expense Reporting Procedures

Servers

IT Department Closed for Server Maintenance

Answers

Answer:

dont click the link

Explanation:

Answer:

Please Use the New Form in the Revised Employee Manual for Filling Out Your Expense Reports, the Procedure Has Changed  

Servers

 

This Message Contains Some Important New Information About Company Operations

Explanation:

i did this on edge 2021 there is a quizlet with most of the questions

What is the 1st operation that is calculated in a formula?

Answers

Answer:

i think the second one

how do you hack someone's wifi. (Hacker needed)​

Answers

Answer:

Ask God he knows all

Explanation:

8.6 Code Practice: Question 2
Copy and paste your code from the previous code practice. If you did not successfully complete it yet, please do that first before completing this code practice.

After your program has prompted the user for how many values should be in the array, generated those values, and printed the whole list, create and call a new function named sumArray. In this method, accept the array as the parameter. Inside, you should sum together all values and then return that value back to the original method call. Finally, print that sum of values.

Answers

Answer:

import random

def buildArray():

   amount = int(input("How many values to add to the array: "))

   array = []

   for i in range(amount):

       array.append(random.randint(10, 99))  

   return array

array = buildArray()

print(array)

def sumArray(array):

   return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

Explanation:

this gave me 80%

In this exercise we have to use the knowledge of computational language in python to write the code.

We have the code in the attached image.

The code in python can be found as:

import random

def buildArray():

  amount = int(input("How many values to add to the array: "))

  array = []

  for i in range(amount):

      array.append(random.randint(10, 99))  

  return array

array = buildArray()

print(array)

def sumArray(array):

  return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

See more about python at brainly.com/question/26104476

Join for a pack battle loud microphone.

Answers

you look like the battle passss

Please Help me to find the solution

Answers

i dont have an answer bout this

PLEASE HELPPPPPPP What should you always disconnect before installing hardware inside a computer’s case?

A.
all cabling
B.
all internal components
C.
the CPU
D.
the internal DVD drive

Answers

Answer:

a) all cabling hope it helps

Use the drop-down menus to complete each statement. Two main versions of Outlook are the desktop app and the app. The has limited features, but is free to download and install, and geared toward tablets and phones. Having a more comprehensive set of features, the app must usually be purchased to install on traditional computers. Office 365 has become more popular recently because it gives access to all Office programs and .

Answers

Answer:

1) Mobile

2) Mobile app

3) Desktop

4) Is on the cloud

Explanation:

Ik its late for you but it'll hopefully help out others in the future

Answer:

Answer shown in image :)

Explanation:

Plz click the Thanks button!

<Jayla>

computational thinking is define as​

Answers

Answer:

In education, computational thinking is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.

Explanation:

Im just so smart. Just dont look at Wikipedia

Please help! No one is answering these correctly!
A gateway is a common network hardware component that does what?
enables a network to connect to other networks
verifies user credentials to grant network access
connects many devices to a network using a single port
allows specific kinds of data into different parts of a network
What is the best way to prevent the most common cause of network failure?
Avoid using USB cables for connecting devices.
Maintain careful records of networked devices.
Use up-to-date antiviral software to protect computers.
Upgrade routers and servers annually.

Answers

Answer:

it is either c or d

I'm 99.5% sure it is C tho

The intersection of column D and row 6 is a cell with a cell address of
Select one:
a. D:6
b. D6
c. 6:D
d. 6D

Answers

Answer:

C. 6:D

Explanation:

Answer:

6:D

Explanation:

This works for plato but as for any other testing site I am unaware of.

Does a Laser Printer use its beam to attach dry powdered ink to a sheet of paper?​

Answers

Answer: A laser printer is different only in terms of ink heads. Hile Traditional Printers use physical contact to embed ink onto the paper laser jets use laser beams with inks to forms impressions into papers. They require no special paper to print. So probably not.

Which sentence best justifies the benefits of using enterprise systems?


Early systems (in the 1960s) focused on the automation of individual functions, such as financial accounting and inventory management, primarily in the manufacturing industry. In the 1970s, the systems allowed planning of product requirements. Resource planning then began, which included not just shop floor planning but finance, engineering, human resources, distribution, and project management planning activities as well.

We now use enterprise systems that integrate all functions, including inventory control, accounting, and human resources. These systems use a single database containing all the data that keeps the processes running smoothly. This ensures visibility, accessibility, and consistency. Extended ERP systems include CRM, SCM, and advanced planning and scheduling. New systems include capabilities for business intelligence and cloud-based computing.

Answers

The first sentence is true

Answer:

These systems use a single database containing all the data that keeps the processes running smoothly. This ensures visibility, accessibility, and consistency.

Explanation:

HELP FAST PLS
Do you care more about avoiding fees/costs, accumulating perks, convenience, etc?

Answers

Answer: Convenience

Explanation:

good job

Explanation:

i just need points but i need the answer too

Some organizations and individuals, such as patent trolls, abuse intellectual property laws .



computer science

Answers

Answer:

False.

Explanation:

Patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.

Generally, patents are used on innovation for products that are manufactured through the application of various technologies.

Basically, the three (3) main ways to protect an intellectual property is to employ the use of

I. Trademarks.

II. Patents.

III. Copyright.

Copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.

Patent trolls buy up patents in order to collect royalties and sue other companies. This ultimately implies that, patent trolls are individuals or companies that are mainly focused on enforcing patent infringement claims against accused or potential infringers in order to win litigations for profits or competitive advantage.

Hence, some organizations and individuals, such as patent trolls, do not abuse intellectual property laws.

Answer:

the answer is intentionally

Explanation:

i took the test

conceited or self confident? why?

Answers

Answer:

self confident

Explanation:

self confident mean that u don't lose your hope and you can focus on your aim then u cann be success in any field

Answer: self confident because you should always love yourself and not need other people option or attention to motivate yourself

Explanation:

In a single file, you wrote a bike class and used this line of code in the program.
bike A = bike('Acme', 111)
Which statement is true about the code in your file?
O The code to define your class (beginning with "class bike") must come after the line "bike A = bike('Acme' 111)."
The code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme' 111)."
O The code to define your class (beginning with "class bike") cannot be in the same file as the line "bike A = bike('Acme' 111)."
O The code to define your class (beginning with "class bike") can come either before or after the line "bike A = bike('Acme' 111)."

Answers

Answer:

Explanation:

Based on the available options the one that would be correct would be that the code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme' 111)." This is because the line of code declaring the object and initializing it needs to be able to grab the information of the class that it is creating an object of. To do this, the class would need to have already been compiled by the program. It is good practice to have each class definitions as its own separate files but this is not a necessity.

Answer: The code to define your class (beginning with "class bike") must come before the line "bikeA = bike('Acme',111)."

Explanation:

Edge 2022 Correct

Help Please! Computer science question !!!!!!!!!!20 points!!!

Answers

Answer:

45 abc

Explanation:

RESEARCH TITLE FOR CSS

Answers

Explanation:

sksmsskdkdkdkdkkkkdkdkdkdkfkfkfkfkkfkggkhkkkkkbkjvk

what is the best free website to learn phyton programming

Answers

That is something you should may research on with yourself! Don’t accept a link
From strangers it’s preferred to find one that best suits you!

Which hexadecimal number is equivalent to the decimal number 11?

A.
1A
B.
1B
C.
A
D.
B

Answers

Answer:

B

Explanation:

11 in Decimal converts to B in Hexidecimal

How are mathematics and computer science similar? Discuss any connections between numbers, logic, and other elements.

Answers

Answer:

Explanation:

Both mathematics and computer science use variables and logic in order to analyze, explain, and model real-world problems. Also mathematics is a very important part of computer science as the logic and algorithms in computer science require mathematics in order to device systems to solve these problems. For example, data structures in computer science require lots of linear algebra in order to traverse large data collections efficiently, while Artificial Intelligence would need calculus and linear algebra in order for it to be efficient.

PLEASE HELP EVERYTIME I POST NO ONE ANSWERS Jamie was entering his expenses for the month in a spreadsheet. He got an error when he typed SOM instead of SUM to calculate the total. Which error would the spreadsheet have thrown up?


A.

#REF

B.

#VALUE

C.

#NAME

D.

#DIV/0!

E.

#####

Answers

Answer:

we both struggling LOLLL ive redone that mastery test 11 times and finally got it, its #NAME

Explanation:

Every time the variable mentioned in the formula is incorrect, Excel displays a Value error. As you can see in the figure below, there is a #VALUE! Error since cell A4 in the formula has text whereas the other 3 cells contain numerical values. Thus, option B is correct.

What error would the spreadsheet have thrown up?

Choose the worksheet you want to review for mistakes. If the worksheet was manually calculated, use F9 to run a new computation.Click the Formulas tab > Formula Auditing > Error Checking button if the Error Checking dialogue is not visible.

The most typical type of Excel error is this one. You will notice this error on the screen if the cell's value is empty or if the number inside the cell is split by zero.

Therefore,  For instance, You can see how DIV was used in the formula bar here.

Learn more about spreadsheet here:

https://brainly.com/question/8284022

#SPJ2

¿Consideran que nuestra sociedad chilena (modelo económico, los medios de comunicación, educación, la publicidad) promueve la satisfacción de las categorías de pirámide de necesidades Maslow?

Answers

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se anexan opciones o incisos para contestar la pregunta, podemos comentar lo siguiente.

¿Consideran que nuestra sociedad chilena (modelo económico, los medios de comunicación, educación, la publicidad) promueve la satisfacción de las categorías de pirámide de necesidades Maslow?

Lo que yo considero que más que promoverla, la realidad económica y política es avasalladora al grado de que la sociedad lucha todos los días por sobrevivir, en lugar de aspirar a las diferentes escalas de satisfactores que promueve la pirámide de Abraham Maslow.

La sociedad Chilena se mantiene en la base de esa pirámide, buscando satisfacer las necesidades fisiológicas y las necesidades de seguridad. Nos referimos a la comida, el sustento, la salud, el vestido, el calzado, y el trabajo. Las condiciones políticas y económicas han obligado al Chileno a mantenerse en esos dos primeros estratos de la pirámide.

El nivel social es muy importante pero ante las condiciones señaladas, el Chileno promedio no tienen mucho tiempo libre como para andar socializando.

Con respecto a la Estima, el reconocimiento y la autorrealización, sabemos que los medios masivos, pero particularmente la mercadotecnia y la publicidad, son aspiracionales y buscan influir para que la gente tenga una mente consumista y gaste lo que no tiene.

Sin embargo, considero, que las condiciones económicas no dan para andar aspirando a esos niveles de la pirámide.  

Every single device can be connected to every other device on network, making the network mesh. This statement is True or False? *
1 point
True
False​

Answers

Answer:

true

Explanation:

we can connect to any device which has a network connection

Other Questions
find the value if k(2,3)is a point on graph of the equation x - ky +8= 0 If the mBCD = (6x+10) and mBAD=(19x50), find mBAD What is the code for this please? Necesito un poema de 2 estrofas, 8 versos, con al menos 2 figuras literarias y que tenga rimas consonantes y asonantes, ayudaaaaaaa imagine you have a new neighbor your age and you are curious about them write a short dialogue below of your first conversation using at least 4 question words. ALL IN SPANISH!! WILL MARK BRAINIEST!!! Paraphrase the first sentence of the pledge of allegianceI pledge allegiance to the flag of the United States of America How many solutions does this system of equations have? y=4x+2y=4x-2 what is (16 8) + (24 6) WHAT IS 9/2 as a mixed number? which of the following helped lead to the great depression select the three correct answersa.increasing world tradeb.lowering foreign tariffsc.limited market competition d.the overproduction of goodse.the even distributed or wealthf.governmental monetary policy Mercury orbits the sun 3 times in 264 days. How many times does mercury orbit the sun in 440 days? how many gallons of water did niles pour into the tank each minute? Please help me asap Describe ONE difference in the process settlers use to gain land tenure in squatter settlements compared with formal settlements. Please help with my math problems 8. Johnny had $20. He went to the store andbought $12 worth of candy, chips and soda. Whatis the percent of change in Johnny's money?(7.RP.3) Find the equation of a circle with diametrical endpoints (7, 3) and (1, 1). What rights did the black codes extend? OK this is just really random but in the myth of Achilles what river did his mother did him in CAUSECaptain JohnSmith____________. EFFECT. The Jamestownsettlers wereable to survive.Which phrase best completes this diagram?A. moved the colony to WilliamsburgB. began a forced work programC. set up a school to teach the settlers about agricultureD. stopped trading relationships with the native peoples HELP I DONT KNOW HOW TO DO THIS : international space station anniversary emoji math