Skip to content
Snippets Groups Projects
Commit 33c55b08 authored by Pravesh's avatar Pravesh
Browse files

lab1 after eval

parent 227571a8
No related branches found
No related tags found
No related merge requests found
num = 0
while num <=100:
if num % 2 == 0:
print(num)
num += 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