Skip to content

Instantly share code, notes, and snippets.

@Vishakha263
Last active April 9, 2019 09:22
Show Gist options
  • Save Vishakha263/60de29fadc8ae696d7739b676c704afb to your computer and use it in GitHub Desktop.
Save Vishakha263/60de29fadc8ae696d7739b676c704afb to your computer and use it in GitHub Desktop.
star,i=0,1
while i>0:
if (star==6):
break
print('*',end='')
star+=1
print('Congratulations')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment