You have to go to where you first began the SmartArt then click on it to correct it. Or just double tap it and it should let you
Pseudocode:
import random
fetch user input on a lucky number
insert input into variable - "response"
new variable, random = randint
condition to check wheather random is our response
display results
Python Code:
import random
def main():
response = int(input("Guess my lucky number, its between 1 and 100: "))
lucky_number = random.randint(1,100)
if response == lucky_number:
print(f"Wow you're right, it is {lucky_number}")
else:
print("Sorry, Try Again")
main()
Reminder:
intended for python3 as i included the format f
also it could be done without the import, just manually insert a number
i'll leave the post mortum to you
Answer:
e) None of the above
Explanation:
Software engineers should make the analysis, specification, design, development, testing and maintenance of software a respected and beneficial profession. In accordance with the obligation with the welfare, health and safety of society, software engineers should adhere to the following Eight Principles:
Society: Software engineers will act in a manner consistent with the social interest.
Client and Entrepreneur: software engineers will act in a way that produces the best result for client and entrepreneur, and in a manner consistent with the social interest.
Product: Software engineers will ensure that their products and corresponding modifications meet the highest possible professional standards.
Valuation: software engineers will maintain integrity and independence in their professional valuations.
Management: Software engineering leaders and managers will subscribe and promote an ethical approach in software development and maintenance management.
Profession: software engineers will advance in the integrity and reputation of the profession, to drive consistent with the social interest.
Partners: Software engineers will be fair and support their partners.
Staff: Software engineers will participate in continuous learning regarding the practice of their profession and will promote an ethical approach to the practice of the profession.
Answer:
A transformer is an electrical device which, by the principles of electromagnetic induction, transfers electrical energy from one electric circuit to another, without changing the frequency. The energy transfer usually takes place with a change of voltage and current.
The major function of a transformer is to step up or step down the voltage in an Alternate Current (AC) circuit.
<span> The print spool file is part of the computer may contain visible data.</span><span>
The statement that a print spool file is created each time the computer is powered on, just in case you decide to print something is false. A print spool file is created </span><span>when </span>a print<span> job spools out what is called EMF </span>files<span> to the printer </span>spooler<span>.</span>