Skip to content
Snippets Groups Projects
Commit befdd8e9 authored by K V Ragul's avatar K V Ragul
Browse files

assignment done

parent c7017393
No related branches found
No related tags found
No related merge requests found
Pipeline #91 canceled
i=int(0)
for i in range(0,101,2) :
print(i)
''' while loop'''
i=int(0)
while i<101 :
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