I have write a very simple code for you in python and i hope it will help you a lot.
def generateString(char, val):
    print(char * val)
Explanation:
This is how you can create your function in python and this function will give you the desired output.
How to Call a function:
generateString('a',12)
this is how you can call the function to get output.
I hope you get the idea.
 
        
                    
             
        
        
        
Answer:
Be polite and open to ideas
Explanation:
Before going make a list of things you need to know for sure. You could also provide some samples. Make sure you take many notes on what they want! Speak with your client and ask them how and when they want to be updated on progress, some might want to know once a week others may want to receive a progress report every day. Communication is always key and will always help you provide good service. 
Hopefully, this helps!
 
        
                    
             
        
        
        
Because most people really don't want or need to see what's in there.
If you want to, open the door during the cycle. It won't harm anything.
If you're curious to see a dishwasher in action, some appliance showrooms have a display model, where the spray parts and the racks are in an entirely transparent box. They're to show how powerfully and completely the stuff inside will get cleaned, but you can also see how the dishwasher is intended to work, by filling with just a couple of inches of water, and then recirculating it for the duration of the cycle, to loosen the stuff on the dishes.
 
        
                    
             
        
        
        
Answer:
False
Explanation:
Keyword stuffing is a practice to insert an unusual large number of tag in a website to increase the page ranking in search results. This is considered an unethical Search Engine Optimization (SEO). 
Google consider Keyword stuffing as unethical and it doesn't help to boost the rank of a website. More advanced algorithms are being used to filter those of the meta tags which are irrelevant or excessively out of context in a website.
 
        
             
        
        
        
Answer:
Explanation:
/*# represents ID selector
*/
#feature{
 font-family: 'Arial';
 font-size: 10px;
 color: red;
 background: white;
 width: 80%;
 filter: drop-shadow(30px 10px 4px #4444dd);
}