Computer Science, asked by shrishs, 3 months ago

Please answer these fast

Attachments:

Answers

Answered by ak79235
1

Answer:

Explanation:

1-

p = 22/7

print round(p,5)

2-

s = str(input("Enter a string"))

if len(s) >5:

    print("Yes")

else:

    print("No")

3-

L=[1,2,3,4,5,6,7,8,9,10]

n=len(L)

for i in range(n):

   print(L[i]*3)

Answered by shivanidharshini92
1

Explanation:

simmi sonuthatey enaku answer theriyadhu

Attachments:
Similar questions