4. Rewrite the following for loop into while loop:
for a in range (25,500,25):
print(a)
5. Find error in the following code (if any) and correct it and underline the
corrections:
[2x
(a) List1 = (3,4,5)
List2 = list1 * 3
print (List1 * 3.0)
Print (List2)
(b) weather='raining'
if weather='sunny':
print("wear sunblock")
elif weather='snow':
print("going skiing")
else:
print(weather)
Answers
Answered by
3
Answer:
If you follow I will answer
Answered by
2
Answer:
Hi...
Explanation:
Hope it helps you
Please mark brainliest
Attachments:
Similar questions