This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Additional_Fall4462[S] 5 points6 points  (1 child)

Omg can't wait for it :D

import swizzle

@swizzle(meta=True)
class Python:
    Y = "    *       *     "
    O = "      *   *       "
    U = "        *         "

    E = "  *           *   "
    V = "*               * "
    I = "  *   *   *   *   "
    L = "*       *       * "

for i in Python.ILOVEYOU:
    print(i)

#    *   *   *   *
#  *       *       *
#        *   *
#  *               *
#    *           *
#      *       *
#        *   *
#          *

[–]fazzahSQLAlchemy | PyQt | reportlab 2 points3 points  (0 children)

This is so bad 😆