If I told you your grade was 0x41 in hexadecimal, what would it be in ASCII?
0x41
1 2 >>> chr(int('41',16)) 'A'
1 2
>>> chr(int('41',16)) 'A'
picoCTF{A}
A new version of content is available.