Skip to content
Snippets Groups Projects
Commit 44543e4a authored by Velaga Abijith's avatar Velaga Abijith
Browse files

q4 done

parent 0b60e32d
No related branches found
No related tags found
No related merge requests found
for i in range(0,100):
if i%2==0:
print(i)
i=0
while i<100:
print(i)
i+=2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment