print("enter the number\n") i=int(input()) print("enter the boolean number '0' or '1'\n") z=int(input()) u=bool(z) a=0 while 1: if u is False: while a<i: print((i-a)"") break a=a+1 else: while a<i: print((a+1)"") break a=a+1 print("Is this helpful?") print("Thank You") input()
-
Notifications
You must be signed in to change notification settings - Fork 1
mearghya/Python-Star-Project
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published