Please answer these fast
Attachments:
Answers
Answered by
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
1
Explanation:
simmi sonuthatey enaku answer theriyadhu
Attachments:
Similar questions