Imgflip Logo Icon

Max-h12's Images

Imgflip Pro

  • AI creation tools & better GIFs
  • No ads
  • Custom 6x6 profile icon and new colors
  • Your images are featured instantly in auto-approve-sfw streams
  • Your images jump to the top of approval queues
Go Pro

Coding with gpt

Coding with gpt | 1 error; Chat gpt debugs the code; 15 error | image tagged in memes,panik kalm panik | made w/ Imgflip meme maker
by Max-h12 in fun
748 views, 4 upvotes, 1 comment

help me

help me | ERROR ON LINE 452; BUT MY CODE ACTUALLY ONLY HAS 302 LINES | image tagged in memes,waiting skeleton | made w/ Imgflip meme maker
by Max-h12 in fun
589 views, 4 upvotes

Python be like

Python be like | Python developers; Do not import any module | image tagged in memes,uno draw 25 cards | made w/ Imgflip meme maker
by Max-h12 in fun
474 views, 3 upvotes

Python be like

Python be like | NUMBERS = [1, 2, 3, 4]
PRINT(SUM(NUMBERS)); NUMBERS = [1, 2, 3, 4]
TOTAL = 0
FOR NUM IN NUMBERS:
    TOTAL += NUM
PRINT(TOTAL); DEF RECURSIVE_SUM(LST):
    IF NOT LST:
        RETURN 0
    RETURN LST[0] + RECURSIVE_SUM(LST[1:])

NUMBERS = [1, 2, 3, 4]
PRINT(RECURSIVE_SUM(NUMBERS)); PRINT(10) | image tagged in memes,expanding brain | made w/ Imgflip meme maker
by Max-h12 in fun
745 views, 2 upvotes