Answer:
def first_a(n):
lst1 =[x for x in range(1,n+1)if x%6==0 or x%11 ==0]
print(lst1)
Explanation:
Above is a function in python programming language. We have used list comprehension to check numbers that are multiples of 6 or 11 in a range.
When this function is called it will receive an argument (n) of type integer, a range will then be generated from 1 to n+1 since n is inclusive. The modulo operator is used to determine is a value is a multiple of 6 or 11, since their multiples will evaluate to 0
One of the limitation of the social media marketing is the risk of negative comments that can hamper the marketing strategy and certainly hamper the sales.
<h3>What is marketing?</h3>
Marketing can be defined as the advertising of the services or products into the market for making the end user aware about the product. There are various marketing tricks that can help in increasing the sales of the products or services.
Learn more about marketing, here:
brainly.com/question/13414268
#SPJ1
If you mean glue, then heres a list of what I can remember.
1.<span>Epoxy resins
2.</span><span>.Acrylic resin.
3. polyester resin</span>
Answer:
To obtain substantial performance enhancements, we must exploit ILP across multiple basic blocks.
Explanation: