Hello Friend

2025-12-07 · 1 min read

Some python code, friend:

 1FRIEND = "orphicsec"
 2test_list = ["seven", 1, "two", 324, True, False]
 3
 4test_func(test_list):
 5    for inv in test_list:
 6        if test_list == True:
 7            print("Nice")
 8        else:
 9            exit(1)
10            return "lol"
11
12print(f"Hello, {FRIEND}")