Skip to content
Snippets Groups Projects
Commit 01abf9ef authored by Pravesh's avatar Pravesh
Browse files

lab1 after eval

parent 33c55b08
No related branches found
No related tags found
No related merge requests found
n=50
while n!=0
if(n%2!=0)
print(n)
n=n-1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment