Last active
November 17, 2022 10:15
-
-
Save sakshamchhimwal/1737fceb4336d68009e84c6accbdeb09 to your computer and use it in GitHub Desktop.
adbd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main1(): | |
for i in range(1,3): | |
print(i) | |
if(i<5): | |
print("Yes") | |
else: | |
print("NO") | |
def main(): | |
for i in range(1,5): | |
if(i<2): | |
print(i) | |
else: | |
print(j) | |
print(i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment