HamBurger

739
reputation
4
19

By day:
A aspiring data scientist

By night:
A not good gamer


Please don't hesitate to contact me:
my_contact = [71, 77, 65, 73, 76, 58, 32, 117, 109, 97, 115, 97, 114, 121, 97, 110, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 59, 32, 67, 111, 110, 103, 114, 97, 116, 115, 32, 111, 110, 32, 100, 101, 99, 111, 100, 105, 110, 103, 32, 116, 104, 97, 116, 33, 10, 65, 108, 115, 111, 32, 99, 104, 101, 99, 107, 32, 116, 104, 105, 115, 32, 111, 117, 116, 58, 32, 104, 116, 116, 112, 115, 58, 47, 47, 119, 119, 119, 46, 121, 111, 117, 116, 117, 98, 101, 46, 99, 111, 109, 47, 119, 97, 116, 99, 104, 63, 118, 61, 100, 81, 119, 52, 119, 57, 87, 103, 88, 99, 81]

# HINT: It's in ord format convert these single numbers into characters using the chr function then save the chrs in a list then using the join function join them together to form a piece of text!

def decode(ord_list):
    # Your code here

Peace ✌