Skip to content

Instantly share code, notes, and snippets.

@sakshamchhimwal
Last active November 17, 2022 10:08
Show Gist options
  • Save sakshamchhimwal/e80a59cad4ccbd45f771c80fe54ac36f to your computer and use it in GitHub Desktop.
Save sakshamchhimwal/e80a59cad4ccbd45f771c80fe54ac36f to your computer and use it in GitHub Desktop.
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;
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