Skip to content

Instantly share code, notes, and snippets.

@sakshamchhimwal
Last active November 17, 2022 10:15
Show Gist options
  • Save sakshamchhimwal/1737fceb4336d68009e84c6accbdeb09 to your computer and use it in GitHub Desktop.
Save sakshamchhimwal/1737fceb4336d68009e84c6accbdeb09 to your computer and use it in GitHub Desktop.
adbd
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&#44;5&#41;&#58;
if&#40;i<2&#41;&#58;
print&#40;i&#41;
else&#58;
print&#40;j&#41;
print&#40;i&#41;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment