Animesh egwqtzb

About
-
Posted Answers
Answer
Complete the following tasks to get set up to push a container image to Amazon ECR for the first time. If you have already completed any of these steps,.
Answer is posted for the following question.
Answer
You can check your Apple Watch battery's charge level in several places: Swipe up on the watch face to open Control Center and find the battery percentage. On some watch faces, you can add a battery complication. On your iPhone, you can add a battery widget to show any connected Apple Watch.
Answer is posted for the following question.
How to check apple watch battery?
Answer
Chlorine bleach is great at removing stains and odors on white clothing, but can wreak havoc on colored fabrics by leaving faded splotches or even burning holes. It also has incredible sanitizing power. Non-chlorine bleach, however, is typically used to clean and brighten colored or patterned clothing.
Answer is posted for the following question.
When to bleach clothes?
Answer
lst = []
for i in range(1000,3001):
flag = 1
for j in str(i): # every integer number i is converted into string
if ord(j)%2 != 0: # ord returns ASCII value and j is every digit of i
flag = 0 # flag becomes zero if any odd digit found
if flag == 1:
lst.append(str(i)) # i is stored in list as string
print(",".join(lst))
Source: Tutorials Point
Answer is posted for the following question.
How to python 3 numbers of a range is even (Python Programing Language)
Answer
#Salvar lista em .txt
with open('your_file.txt', 'w') as f:
for item in my_list:
f.write("%s\n" % item)
Source: Geeks For Geeks
Answer is posted for the following question.
How to lista to txt python (Python Programing Language)
Answer
- Choose Adequate Sum Insured Amount.
- Choose the Right Coverage Type.
- Check the Flexibility to Increase the Total Amount You Are Insured For.
- Check the Pre-existing Disease Waiting Period.
- Check the Maximum Renewal Age.
- Insurer with High Claim-settlement Ratio.
Answer is posted for the following question.
What is considered good health insurance coverage?