Skip to content

Instantly share code, notes, and snippets.

View sakshamchhimwal's full-sized avatar
🎯
Focusing

Saksham Chhimwal sakshamchhimwal

🎯
Focusing
View GitHub Profile
@sakshamchhimwal
sakshamchhimwal / saksham.py
Last active November 17, 2022 10:08
sakshamnewgist
def main1():
for i in range(1,3):
print(i)
if&#40;i<5&#41;&#58;
print&#40;&#34;Yes&#34;&#41;
else&#58;
print&#40;&#34;NO&#34;&#41;
def main&#40;&#41;&#58;
for i in range&#40;1,5&#41;&#58;
if&#40;i<2&#41;&#58;
@sakshamchhimwal
sakshamchhimwal / saksham.py
Created November 17, 2022 09:43
sakshamnewgist
#Gist Created By Saksham ChhimwalAt 1668678213
We couldn’t find that file to show.
We couldn’t find that file to show.