Skip to content

Instantly share code, notes, and snippets.

@rasel-rz
Created May 10, 2020 20:55
Show Gist options
  • Save rasel-rz/546c57607c3da29476ed0efb071c2937 to your computer and use it in GitHub Desktop.
Save rasel-rz/546c57607c3da29476ed0efb071c2937 to your computer and use it in GitHub Desktop.
count = 0
for i in range(4):
# print(i)
jloop = i + 1
for j in range(jloop):
print(count, end="->")
count = count + 1
print("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment