Answer:
def language(mystring, n):
if n > 0:
string_list = [x for x in mystring]
string_cont = ""
for character in string_list:
string_cont += character * n
print(string_cont)
Explanation:
When n is equal to 0, that is, n=0, The python program multiplies the characters of the string "mystring" by the integer variable "n" to output a string with all characters with the same count.
Answer:
4 Platters
Explanation:
The capacity of one platter
= 1024 x 2048 x 4096
<em>1 platter capacity= 8GB
</em>
For a 30GB hard disk, we need
30/8 = 3.75 platters.
<em>we round off the answer so 4 platters will be required.</em>
Answer:
Awww what happened? Sometimes its hard for me to keep a promise.
Explanation:
Your answer will be All of the above!!