Python code for converting between minutes to seconds. For example 5 minutes= 300 seconds. please help me with this

Answers

Answer 1

Answer:

def print _ seconds(hours, minutes, seconds):

seconds += 3600 * hours + 60 * minutes

print(seconds)

Explanation:

Hope this help's.


Related Questions


when should you stop where you are, drop to the
cover your face with your hands, and roll over and over?
A
if you burn a stump
B
if your clothes catch fire
if you draw a cool bath
if your top layer of skin is damaged

Answers

Answer:

A . if you burn a stump because if u roll over the fire will have a 90% chance of going out

Determine the value for the following recursive method when x = 19.

Answers

Answer:

[tex]f(19) = 2[/tex]

Explanation:

Given

[tex]f(x) = f(x - 5)+ 2[/tex] --- [tex]x > 9[/tex]

[tex]f(x) = -2[/tex] --- [tex]x \le 9[/tex]

Required

Find f(19)

f(19) implies that: x = 19

Since 19 > 9, we make use of:

[tex]f(x) = f(x - 5)+ 2[/tex]

[tex]f(19) = f(19 - 5) + 2[/tex]

[tex]f(19) = f(14) + 2[/tex] ----- (1)

Calculate f(14)

f(14) implies that: x = 14

Since 14 > 9, we make use of:

[tex]f(x) = f(x - 5)+ 2[/tex]

[tex]f(14) = f(14 - 5) + 2[/tex]

[tex]f(14) = f(9) + 2[/tex] ------ (2)

Calculate f(9)

f(9) implies that: x = 14

Since [tex]9 \le 9[/tex], we make use of:

[tex]f(x) = -2[/tex]

[tex]f(9) = -2[/tex]

So:

[tex]f(14) = f(9) + 2[/tex]

[tex]f(14) = -2 + 2[/tex]

[tex]f(14) = 0[/tex]

[tex]f(19) = f(14) + 2[/tex]

[tex]f(19) = 0 + 2[/tex]

[tex]f(19) = 2[/tex]

One advantage of the Second generation of programming language is that it is machine dependent. True or False

Answers

Answer:

I THINK FALSE

Explanation:

.
Which testing requires coding the test cases into a scripting language?
( blank) testing requires coding the test cases into a scripting language.

Answers

The blank is smart testing requires coding the test cases into a scripting language

The Automation is smart testing requires coding the test cases into a scripting language.

What is test scripting language?

A TEST SCRIPT is known to be a form of compositions of instructions that is known to be carry out on a system under test to see if the system can performs as it was expected.

Hence, the use of  for Automation testing is smart testing requires coding the test cases into a scripting language.

Learn more about scripting language from

https://brainly.com/question/26103815

importance of information technology in marketing​

Answers

Answer:

it helps u to convey it to more ppl by using by means of mass of communication which helps it

Customer service has improved.

_____ can be lost or stolen by cybercriminals. Select 2 options.

Free WiFi

Computer devices

Computer networks

Antivirus software

Portable devices

Answers

Answer:

Free WiFi

Computer networks

Explanation:

They cant really take your stuff they can only take virtual objects.

Free Wifi and Computer Networks

What is the name of the big hole in the ground in Northern Arizona

Answers

Answer:

is that sink hole, I think it is

Write program to read 10 random numbers, then find how many of them accept division by 4,
5, and 6.
The program should print the output like this:
There are numbers accept division by 4
There are ------ numbers accept division by 5
There are ------ numbers accept division by 6
Help me guys with this question

Answers

Answer:

In Python:

import random

di4 = 0; di5 = 0; di6 = 0

for i in range(10):

   num = random.randint(1,100)

   if num%4 == 0:

       di4+=1

   if num%5 == 0:

       di5+=1

   if num%6 == 0:

       di6+=1

print("There are "+str(di4)+" numbers accept division by 4")

print("There are "+str(di5)+" numbers accept division by 5")

print("There are "+str(di6)+" numbers accept division by 6")

Explanation:

This imports the random module

import random

This initializes the count of division by 4, 5 or 6 to 0

di4 = 0; di5 = 0; di6 = 0

This iteration is repeated 10 times

for i in range(10):

This generates a random number

   num = random.randint(1,100)

Check if number is divisible by 4. If yes, increase div4 by 1

   if num%4 == 0:

       di4+=1

Check if number is divisible by 5. If yes, increase div5 by 1

   if num%5 == 0:

       di5+=1

Check if number is divisible by 6. If yes, increase div6 by 1

   if num%6 == 0:

       di6+=1

Print reports

print("There are "+str(di4)+" numbers accept division by 4")

print("There are "+str(di5)+" numbers accept division by 5")

print("There are "+str(di6)+" numbers accept division by 6")

Read the following examples, and decide whether each example describes a relational database or a flat
file. Use the drop-down menus to make your selection.
An author keeps track of income and expenses in a table:
A college admissions department stores detailed information about each applicant, including his or her
full name, address, high school, GPA, standardized test scores, intended major, and entrance exam
scores:
A social media website has many users who are allowed to upload photos, videos, and information about
themselves:
A library stores information about patron names, account numbers, books out on loan, the date books are
due, the date books are returned, the number of days a book is overdue, and overdue book fines; this
information allows the system to e-mail or call patrons to remind them to return books on time:

Answers

Answer: flat file, relational database, relational database, relational database

Explanation:

Edge

Answer:

1. flat file

2. relational detabase

3. relational detabase

4. relational detabase

Explanation:

on edg

How do you increase the number of tries by one?

tries.add(1)

tries = tries + 1

tries = 1

Answers

Answer:

tries = tries + 1

Explanation:

This is a universal way to increment your variable. In some languages, the following notation also works:

tries++;

tries += 1;

Again, it depends upon the language you are using. Each language has it's own syntax.

who is the group who created Top- level domain ?​

Answers

Answer:

Technically, The Government

Explanation:

they founded the USA right?, yes and no. they weren't the only ones to make countries. You also have Korea, Asia, The UK, and much more, Concluding that they are not the only ones to have made a Top Level Domain.

Pls vote me Brainliest

~Kai

nog
*
24. QUESTION 21:
Peacekeeper text is non-printing text that indicates where you can type.
(2.5 Points)
True
False

Answers

Answer: False

Explanation:

The statement that "Peacekeeper text is non-printing text that indicates where you can type" is false.

The non-printing text which shows where on exam type is referred to as the peaceholder text. It is usually an hint which can be used to fill in the actual text.

Which type of data is shown below?
apple, 0.85
banana, 0.90
peach, 1.50

Answers

Answer:

dictionary data

Explanation:

data = {"apple" : 0.85, "banana" : 0.90, "peach": 1.50}

5.In the DNS rebinding attack, if the victim’s browser caches the IP address for any hostname used in HTTP requests for an hour, can the attack still be successful? Why?

Answers

Well the awnser that you are looking for is not here and I am verry sorry about that I just need points for my awnser

Which of the following does Secure Sockets Layer (SSL) use to authenticate a user or system before encrypting a session?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A

A digital certificate
B

A certificate authority
C

An Electronic Funds Transfer (EFT)
D

A payment gateway

Answers

Answer:

B is more probable option than C

Explanation:

I think its both B and C

A certificate authority does Secure Sockets Layer (SSL) used to authenticate a user or system before encrypting a session. Hence, option B is correct.

What is Secure Sockets Layer (SSL)?

Secure Sockets Layer (SSL) is a security protocol used to establish an encrypted link between a web server and a web browser. It was replaced by Transport Layer Security (TLS) as the standard protocol, but the term "SSL" is still commonly used to refer to both SSL and TLS.

When a user enters a website using SSL/TLS, the website's server sends a public key to the user's browser. The browser then uses this public key to encrypt data that is sent back to the server.

This helps to prevent third parties from intercepting and reading the data being transmitted.

Thus, option B is correct.

To learn more about the Secure Sockets Layer (SSL), follow the link:

https://brainly.com/question/25401676

#SPJ2

1. What are the advantages and disadvantages of technology in communication?

Answers

Answer:

ADVANTAGES:

First, the evolution of technology is beneficial to humans for several reasons. At the medical level, technology can help treat more sick people and consequently save many lives and combat very harmful viruses and bacteria.

2-Technology has also increased the productivity of almost every industry in the world. Thanks to technology, we can even pay with bitcoins instead of using banks

DISADVANTAGES:

1-Lack of Privacy. You might think that a quick text or IM offers more privacy than a telephone call in a crowded room. ...

2-Distraction from Real Life. ...

3-Potential for Misunderstanding. ...

4-Decline of Grammar and Spelling...

5- Near people are far and far people are near through communication technology. we have no time to sit with our relatives but constantly communicate far away people . I think this is biggest disadvantage

Explanation:

The advantages and the disadvantages of the communication with the used of the technology are: Quickly communicate and the lack of privacy.

What is communication?

The term communication refers to the exchange of thoughts, ideas, and messages that are shared between two or more people. Without language, a person can survive, but without communication, no one can survive. Communication is divided into two categories, such as interpersonal and intrapersonal.

Advantages of the communication with the used of the technology are:

Quickly communicate.Easy to used.Managed the data and share the data easily.

Disadvantages of the communication with the used of the technology are:

Privacy issues.Hacking Data.They recover the data all the time not to the easy.

Hence, the significance of the communication are the aforementioned.

Learn more about on communication, here:

https://brainly.com/question/22558440

#SPJ2

What happens when your project is rendered?
A:The project is taken from the queue and exported as a finished movie.

B:The project is sent to the render queue for processing.

C:The project is checked for errors, gaps, or silences.

D:The project is saved in an open-source format that anyone can edit.

Answers

Answer:

B

Explanation:

when your rendering video project your computer is processing all the data that goes into creating images you experience video rendering every time you look at your computer the images on your screen has all been rendered to produce the website photo or video you are looking at

Question 3 5 points)
Which one is NOT a factor that impact the total cost of a tool or piece of equipment.

Answers

where are the choices?

what does the acronym SAFe stand for?​

Answers

Answer:

Security and Accountability for Every

Differentiate between CD-ROMS and DVD-ROMS​

Answers

Answer:

Explanation: A Digital Versatile Disc or Digital Video Disc (DVD) is similar to a CD-ROM in that you can only read data from it. The main difference is that the DVD can store much more data than a CD-ROM, CD-R, or CD-RW. A DVD+R can only record data once, then the data becomes permanent on the disc.

Use the drop-down menus to match each description to the correct type of form.
A form appears after opening a database, asking if you would like to view the fruits table, vegetables
table, or nutrition report:
Student test scores entered into a database:
A window appears before closing out of a database, asking you to save your work before exiting:
A basic form to input names, addresses, phone numbers, and e-mail addresses:
A suppliers form that contains a products form and a price form that pops up when you click on the Prices
button:
A form used as the basis of many websites because of its top-level organization system:
A form that has replaced the outdated switchboards:

Answers

Answer: switchboard, data entry, switchboard, flat, synchronized, navigation, navigation

Explanation: edgenuit work

Answer:A form appears after opening a database, asking if you would like to view the fruits table, vegetables table, or nutrition report:

✔ switchboard

Student test scores entered into a database:

✔ data-entry

A window appears before closing out of a database, asking you to save your work before exiting:

✔ switchboard

A basic form to input names, addresses, phone numbers, and e-mail addresses:

✔ flat

A suppliers form that contains a products form and a price form that pops up when you click on the Prices button:

✔ synchronized

A form used as the basis of many websites because of its top-level organization system:

✔ navigation

A form that has replaced the outdated switchboards:

✔ navigation

edge 2023

Read the citation example, and then use the drop-down menus to identify each part.

“Astronaut Bio: Neil Armstrong (08/2012).” Johnson Space Center. N.p., n.d. Web. http://www.jsc.nasa.gov/Bios/htmlbios/armstrong-na.html

“Astronaut Bio: Neil Armstrong (08/2012)” is the
✔ title
.

Johnson Space Center is the
✔ website
.

N.p. indicates the
✔ publisher
.

Web refers to the
✔ medium
.

Answers

Answer:

Title, Website, Publisher, Medium

Explanation:

Just answered! <3

Astronaut Bio: Neil Armstrong (08/2012)” is the title, Johnson Space Center is the website, N.p. indicates the publisher, Web refers to the medium.

What is citation?

The act of referencing or acknowledging the sources of information used in a research paper, essay, or other written work is known as citation.

It entails providing specific information about the sources, such as the author's name, title, date of publication, and publisher.

Proper citation aids in the avoidance of plagiarism, which is the act of using someone else's work without crediting them.

Citations also allow readers to validate the information presented in a written work and provide a way to track down the sources of information.

The title is "Astronaut Bio: Neil Armstrong (08/2012)," the website is Johnson Space Center, N.p. stands for the publisher, and Web stands for the medium.

Thus, this can be the match for the given scenario.

For more details regarding citation, visit:

https://brainly.com/question/30066031

#SPJ3

This line of code is in your program.
outFile = open("another.txt", "a")
How will outFile interact with the file it opens?

Answers

Answer:

it opens the file for appending

Answer:

write to the file, adding to the current contents of the file

Explanation:

The "a" stand for append. To append means to add onto the file.

I hope this helped!

Good luck <3

What Are 5 Disavantages Of Online Banking​

Answers

Answer:

Technology issues

Security issues

Inefficient at complex transactions

No relationship with personal banker

Inconvenient to make deposits

Explanation:

No one type of bank can be the best at everything. In spite of their many advantages, there are some drawbacks to using online banks as well. Here are some of the downsides of working with an online bank:

Answer: Technology issues,  Security issues , Inefficient at complex transactions , No relationship with personal banker , Inconvenient to make deposits

Explanation: hope this helps :)

Which keys can you use to delete
a WordArt?
Answer the following question​

Answers

Answer:

Ctrl + Delete, thats it

Explanation:

i think, ?

You need to pay an Internet Service Provider (ISP) for services rendered. Which payment technology would you use?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A

Secure Sockets Layer (SSL)
B

Payment gateway
C

Transport Layer Security (TLS)
D

Electronic Funds Transfer (EFT)

Answers

Answer:

D. Electronic Funds Transfer (EFT)

Explanation:

e-commerce is a short for electronic commerce and it can be defined as a marketing strategy that deals with meeting the needs of consumers, by selling products or services to the consumers over the internet.

This ultimately implies that, e-commerce is strictly based on the buying and selling of goods or services electronically, over the internet or through a digital platform. Also, the payment for such goods or services are typically done over the internet such as online payment services.

A payment gateway can be defined as a merchant service technology used for the capturing, acceptance and transfer of digital payment from the bank account of a customer (buyer) to the bank account of the merchant (seller). Thus, payment gateway typically involves the use of credit or debit card for the payment of goods purchased or services provided.

In this scenario, you need to pay an Internet Service Provider (ISP) for services rendered. Thus, the payment technology which you would use is Electronic Funds Transfer (EFT).

Nicolai wants to add demand-based content to his Website so that customers can access the information at their behest. Which audience-development technique describes the process Nicolai wants to implement?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A

Visitor tracking
B

Push technology
C

Pull technology
D

Search Engine Optimization (SEO)

Answers

Answer:

The audience development technique that best describe the process Nicolal wants to implement is;

C Pull technology

Explanation:

Pull technology is a form of network mode of communication in which the initial data request comes from the client side of the network for it to be handled by the server side of the network.

Given that Nicola wants a demand-based content to his website for customers to access information when they wish to, the process is similar t the podcasting in which each new content is posted to a specific RSS feed from where it can be requested by a mobile app, directory or a RSS feed reader

The counter technology is a push technology where the servers push content to intended clients, such as for an incoming call, instant messaging, synchronous conferencing (online c h a t) and files.

Database Management Systems are featured with:

Question 3 options:

The facility to easy editing, spelling check, auto pagination, lay out and printing reports


The ability to store large amount of data to facilitate easy update, sort and retrieval


The ability to calculate efficiently with the help of built-in functions and analyze


None of the above

Answers

Answer:

Answer: Database Management Systems are featured with:​ The ability to store a large amount of data to facilitate easy updates, short, and retrieval.

Explanation: I took the test

Your program analyzes complex data.
You are going to read text from a file as part of your program.
The program is saved in a folder, which has a subfolder called "numbers."
In the info folder is a text file called "sales.txt."
Which line of code will open sales.txt?
O results = open("sales.txt","r")
O results.open("sales.txt", "w")
O results = open("numbers/sales.txt","r").
O results = open("numbers/sales.txt", "w")

Answers

results = open("numbers/sales.txt","r")

If you were at the front of a long line of people, stepped onto a chair and took a
picture of the line going back in the distance, what is the best F-Stop to use if you
want only the people in the middle to be in focus?

Answers

They are closer to the people and they work than a senior management
Other Questions
s mathhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh Ayudaaa2.De que manera cambiar tu vida al tener que cuidar de un beb sin la ayuda de tus padres?3.Cuales seran las implicaciones de ser madre o padre solteros y tener que cuidar solos a un beb?4.Cmo afectara esta responsabilidad los estudios o las metas personales?5.Que son cosas qu hay que comprar para un beb? Cuanto costaran y cmo se costearan? Prepara una lista. What were the consequences of political and nationalistic revolutions? What is the genotype of the heterozygous black rabbit? What process breaks glucose down to be used as an energy source? outline three methods of sampling what are three disadvantages of making and using plastic? Below is a statement from Chief Justice John Roberts. students do not shed their First Amendment rights at the school house gate.Source: Morse v. Frederick (2007) Why is this statement significant?The Constitution limits individual rights.The Constitution safeguards individual rights.The Constitution does not limit individual rights.The Constitution does not safeguard individual rights.14 solve the equation sin38=x/10 Citizens Committee of New Orleans wanted Plessy to be arrested because they did not want to create a legal case?A) TrueB) False what is the function of dystrophy in muscles? Cul es la factorizacin completa de las siguientes ecuaciones?con procedimiento porfa When you put a pencil in water and it looks like it is broken, which property of light are you seeing?reflectionabsorptionnone of the aboverefraction plz help HELPPPIn his response to McCarthy, Murrow also quotes Shakespeares tragedy Caesar when he states, The fault, dear Brutus, in not in our stars, but in ourselves. What does he mean by that? Detail specifically who Murrow believes is to blame for McCarthyism look phtoplz help !!! POINTS!!!PLEASE HELP:)DUE TODAY:( What did madame CJ Walker do for the African American community? Which artwork did Picasso make during his Classical Period? At Thrasher Gaming Computers, Eli is the manager of the assembly department and has a team of employees that all build laptop computers. He made a graph representing the number of laptops built, y, based on the number of employee hours logged, x. The graph is a straight line that passes through the origin and the point (4, 15). Which of the following graphs and statements fit the situation? After 15 hours logged by employees, the department can build 4 laptops. After 4 hours logged by employees, the department can build 15 laptops. I need this answered fast