Contact information will be optional.
Answer:
import
Explanation:
the <em>import </em>keyword is used to import external modules into a python script.
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.
This is how you know i’m def gonna fail my university class this year :/