There is a paper clip on the bottom left on your screen. When answering a question click it to apply a picture. Have a wonderful day.
(Take*)
Answer:
number1 = int(input("Enter the first number: "))
number2 = int(input("Enter the second number: "))
result = 0
for i in range(number1):
result += number2
print(str(result))
Explanation:
Ask the user for two numbers
Initialize result as 0 to hold the multiplication of the numbers
Create a for loop that iterates "number1" times. In each iteration, add number2 to the result.
When the loop is done, print the result
Answer:
I think the answer is network
hope this helps
have a good day :)
Explanation:
I don'r know what your trying to use? GIMP is a free photo editing software just upload it to photobucket.