Oldtb

stairclimber33 Free

hemi-demi-semi quaver.

Recent Comments

  1. 1 day ago on Wallace the Brave

    i have pixel canvas code too. tell me if u want it :D

  2. 1 day ago on Wallace the Brave

                                                                                                                                                                                                                                                                                                                                                 

  3. 1 day ago on Wallace the Brave

    hey guys im trying to write html code in gocomics. if anyone wishes to help me, go ahead! im just doing this for fun, btw, not to harm anyone. here’s a python code too, just check it out. checks for the collatz conjecture:

    def collatz(n): steps = 0 while n != 1: if n % 2 == 0: n = n // 2 else: n = 3 * n + 1 steps += 1 return steps

    Example: check numbers up to 10000for i in range(1, 100000000000000000): print(f"Number {i} takes {collatz(i)} steps to reach 1")
  4. 1 day ago on Wallace the Brave

    invisible comment

  5. 1 day ago on Wallace the Brave

                                                                                                                                                                                                                                                                                                                                                 

  6. 1 day ago on Big Nate

    ampersand, nbsp, and semicolon. thats a space in HTML. a lot is                                                                                                                                                                                                                                        

  7. 1 day ago on Big Nate

    its “ ”

  8. 1 day ago on Big Nate

    frrrr

  9. 1 day ago on Big Nate

    YO I GOT IT

  10. 1 day ago on Big Nate