please answer this question if you know the answer then only answer else reported
answer all of them
Attachments:
Answers
Answered by
1
Answer:
3. code in Python:
a=input ("Enter first number")
b=input("Enter second number")
c=input("Enter third number")
sum=a+b+c
print(sum)
4. side= input("Enter side of square")
Area= side×side
print(Area)
5.
total_cost=0
for (i in range(10)):
cost= input("Enter cost of {i} pen").format(i=i)
total_cost=cost+total_cost
print(total_cost)
Hope it helped you.
its upto you, if you want to mark Brainliest.
Cheers!
Similar questions