Skip to content

Instantly share code, notes, and snippets.

@MartinThoma
Created April 22, 2016 13:37
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 MartinThoma/4bc57260c36dea4ce9ce90999f4e81f7 to your computer and use it in GitHub Desktop.
Save MartinThoma/4bc57260c36dea4ce9ce90999f4e81f7 to your computer and use it in GitHub Desktop.
#>++++++++++[
# Python code written by Martin Thoma
#>++++++++
#>++++++++++
# Looping
#>+++++++++++
def looping(i):
""">++++++++++++ Do some crazy stuff x Written by Martin Thoma """
answer = ""
while i % 13 != 0:
if i > 0:
i += i + i + i
elif i > 5:
i += i + i + i + i + i + i + i
elif i > 10:
i += i + i + i + i + i + i + i + i + i + i + i
elif i > 15:
i += i + i + i + i + i + i + i + i + i + i
if i > 96:
"""+++++++++++"""
if i > 122:
i %= 26
i += 96
answer = answer+chr(i)
"""+++++++++>++++++++++>++++++++++++>++++++++++>++++++++++"""
"""+>+++>++++++++++>+++++++++++>++++++++++>++++++++++>+++>++++++++++++>++"""
"""++++++++>++++++++++++>+++>++++++++++++>+++++++++++>+++++++++++>+++++++"""
"""+++++>++++++++++++>++++++++++>+++++++++++>+++>++++++++++>++++++++++++>"""
"""+++>++++++++>++++++++++>+++++++++++>++++++++++++>+++++++++++>+++++++++"""
"""++>+++>++++++++>++++++++++>+++++++++++>+++++++++++>++++++++++>+++++>++"""
"""+>+++++++>+++++++++++>++++++++++>++++++++++++>++++++++++++>++++>+++>++"""
"""++++++++>++++++++++++>++++++++++>++++++><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"""
"""<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<-]>++++>++++>----->----->++>---->++++>-"""
"""-->----->>++>--->->--->++>->+>>+>++>->--->----->++>->++++>----->---->-"""
"""--->+>>++>-->+>++>--->--->++++>---->----->>++>++++>++++>+>->--->---->+"""
"""+>--->++++>--->++>+>++++>++>++++>--->++++>+++><<<<<<<<<<<<<<<<<<<<<<<<"""
"""<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>"""
""".>.>. >.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>."""
""">.>.>.>.>.>.>.>.>."""
return answer
print looping(1)
print("You've just executed some Python-Code written by Martin Thoma")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment