# Python project Identifier GF
def my_obfuscated_function():
b0 = "w"
b1 = "x"
b2 = "d"
b3 = "e"
b4 = "h"
b5 = "m"
b6 = "y"
b7 = "j"
b8 = "l"
b9 = "o"
inp = "type again the following STRING: why you mad bro..."
exp = "why you mad bro..."
ic = False
OSinput = str(input(inp))
if OSinput == exp:
print("event1:", b1, b6, b2, "来南校区", "undefined")
print("event2:", b0, b4, b7)
print("event3:", b6, "z", b8, "喜欢")
print("Feels ", "n", b9, " BODY_LIKE ", b5, b3)
ic = True
else:
print("WHY NOT, GO AWAY FROM ME")
if __name__ == "__main__":
my_obfuscated_function()
发表回复