encoded

SSBlbmNvZGVkIHRoaXMgKGludG8gYmFzZSA2NCk=
 
Python is weird, curly braces my beloved
 
sssssSSsSSSSSSsssSsSsSSSss (don't mean to offend)
 
Python:
def check_string(input_string):
    if input_string == "sssssSSsSSSSSSsssSsSsSSSss":
        return "I am offended"
    else:
        return "I'm fine."
 
Python:
def check_string(input_string):
    if input_string == "sssssSSsSSSSSSsssSsSsSSSss":
        return "I am offended"
    else:
        return "I'm fine."

JavaScript:
export default async function* reply(input: string){
    if (await input() == "I'm offended" ) {
        let count = 1;
        while (count<=101){
            yield `Hi offended, I'm Tris${new Array(count).fill('!').join('')}`
            count++
        }
    }
}
 
ok
 
fr
 
no
 
Back
Top Bottom