Skip to content

Instantly share code, notes, and snippets.

@md2perpe
Created December 10, 2020 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save md2perpe/b3e90429ce862b99654802f08c0fb1c3 to your computer and use it in GitHub Desktop.
Save md2perpe/b3e90429ce862b99654802f08c0fb1c3 to your computer and use it in GitHub Desktop.
Simple coding challenge found on Facebook
# https://www.facebook.com/groups/270834543757117/?creative_provider_id=admin_can_post_branded_content&notif_id=1607539332809717&notif_t=qp_notifs_pups_notification_to_mall_dogfood_1730789509&ref=notif
N = 10
for i in range(N):
print("He" * i)
print("Ha" * i)
print("Hi" * i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment