Answer and Explanation:
#take input from user
n = int(input("Enter any number: "))
#sum variable to store sum
sum=0
#condition to exit from loop
while n!=-999:
#adding entered number in sum variable
sum=sum+n
#take input from user
n = int(input("Enter any number : "))
#print the sum
print("sum =",sum)
output:
Enter any number: 10
Enter any number : 100
Enter any number : -999
sum = 110
Answer:
See Explanation
Explanation:
Required
Complete the given code
First, it should be noted that the original code (in the question) is complete, however it is poorly formatted.
The errors that may arise when the code is run is as a result of the poor format of the code.
I've corrected all errors and I fixed the indentations in the original code.
<em>See attachment for the complete code.</em>
Answer:
Sure!!! and thank you very much
Answer: Marketing
Explanation: Marketing is the technique which works between the customer and the product producing companies.It is the mechanism in which the products are the produced or created and then sold to the customers with some attractive offers.
Different marketing strategy is made for attracting the audience towards the product purchase by the customer.It involves lot of exciting and attractive offers and schemes to be introduced,large advertising ,promotions etc.
Answer:
Operating systems now use networks to make peer-to-peer connections and also connections to servers for access to file systems and print servers. The three most widely used operating systems are MS-DOS, Microsoft Windows and UNIX.
Explanation: