Skip to content

Instantly share code, notes, and snippets.

@billniakas
Created January 4, 2019 15:40
Show Gist options
  • Save billniakas/ec2acd4389c755d33c8d02275c8af566 to your computer and use it in GitHub Desktop.
Save billniakas/ec2acd4389c755d33c8d02275c8af566 to your computer and use it in GitHub Desktop.
Christmas Tree in Python
print(21*" ","*")
for i in range(0,20):
print((20-i)*" ",i*"*","|",i*"*")
print(20*" ","|||")
print(11*" ","ΚΑΛΕΣ ΓΙΟΡΤΕΣ ΣΕ ΟΛΟΥΣ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment