Skip to content

arghyaghoshal/Python-Star-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Python-Star-Project

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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published