Code:
Here is the code. Also screenshot of the code and text file containing the code have been attached here.
This code has been written in Python 3.0
# getting input
lst = [ ]
n = 5
for i in range(0, n):
ele = int(input())
lst.append(ele)
print(lst)
# getting odd numbers and even numbers from list and compute average
odd_sum = 0
even_sum = 0
odd = 0
even = 0
for i in range(0, n):
if lst[i] % 2 == 0:
even_sum = even_sum + lst[i]
even = even + 1
elif lst[i] % 2 > 0:
odd_sum = odd_sum + lst[i]
odd = odd + 1
odd_avg = odd_sum/odd
even_avg = even_sum/even
print("there were",odd,"odd numbers in input")
print("there were",even,"odd numbers in input")
print("average of odd numbers in the list",odd_avg)
print("average of even numbers in the list",even_avg)
Ergonomic injuries are caused by ergonomic risk factors like
awkward or sustained postures, strain, contact pressure, exposure to vibration
and exposure to heat or cold. Over time, a combination of these factors may
lead to injury, pain, and disability. Ergonomic injuries which can directly or
indirectly be related to work environment can affect the nerves, tissues,
muscles, tendons, and joints. For instance, on average, an employee may spend
about 6-8 hours on the computer.
<span>The
symptoms that computer users may exhibit when they experience these musculoskeletal
disorders include pain in the shoulders, upper or lower back and the
neck. Others include discomfort when making certain movements, loss of
coordination, general feeling of cramping, weakness of muscle function, and a
sharp burning stabbing pain in the
wrists.</span>
All mobile devices requires that end users have an <u>account</u> that is associated with services offered by the publisher of the mobile operating system (OS) installed on the device.
A mobile device can be defined as a small, portable, programmable electronic device that is designed and developed for the transmission and receipt of data signals (messages) over a network. Thus, a mobile device must be designed as a handheld device with communication capabilities.
Additionally, mobile devices such as smartphones have a mobile operating system (OS) installed on them, so as to enable them perform various tasks such as:
- Taking pictures and creating video files.
- Typing and sending both text and multimedia messages.
- Making both audio and video calls.
As a general rule, all mobile devices requires that end users have a registered <u>account</u> associated with the services offered by a publisher of the mobile operating system (OS) installed on the device. This registered account serves as a unique identifier and it connects an end user with the publisher of the mobile operating system (OS).
Read more: brainly.com/question/4922532
<span>1.
</span>Continuous short beeps
<span>2.
</span>Continuous 3 short beeps
and a pause
Almost every computer company publishes
their beep code list according to their user guides and thus, the beeps may
vary. For beep codes that belong to AMI BIOS, 1 beep means a DRAM refresh
failure. 1 long continuous, 3 short beeps may mean a conventional or extended
memory failure.
Answer:
he should select the arrow next to the bullet list
Explanation: