Question

dQ6.1 - Reading Quiz 6.1: HTT10 part 2 & HTTI rted: Nov 1 at 6:47pm uiz Instructions swer the single essay question. Question
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Python code:

import math
print("Enter numbers:")
numbers = [int(x) for x in input().split()]
print("Displaying initial list:")
print(numbers)
for i in range(len(numbers)):
numbers[i] = math.sqrt(numbers[i])
print("Displaying final list:")
print(numbers)

Execution screenshot:

main.py import math 2 print(Enter numbers:) numbers = [ (x) for x in Input().split(); 4 print(Displaying initial list:) 5

Note:Please like the answer.Thank you.Have a nice day.

Add a comment
Know the answer?
Add Answer to:
dQ6.1 - Reading Quiz 6.1: HTT10 part 2 & HTTI rted: Nov 1 at 6:47pm uiz...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT