ITT we create a python3 script 1 line at a timeRules: ・ Use this character "→" to indicate each level of indentation (to make it clear, since python relies heavily on indentation) ・ Valid additions must be wrapped in [ cb ] tags ・ Only 1 line of code per post ・ Lines that would cause a crash are not allowed unless wrapped in an appropriate "try" block ・ Game Over if the interpreter enters an infinite loop ・ You cannot start a 1 line loop that would be infinite ・ Recursion not allowed ・ No quit()'ingAs a courtesy please try not to make 2 consecutive contributions, let someone else go after you.Line 1: def somefunction():
→print("OP is a faggot")
→somefunction()
>>3>Recursion not allowed
>since python relies heavily on indentationno thanks
who bump?
>>7I made a comment, deleted it because there was a mistake and then forgot to post the fixed version.→if len(sys.argv) != 4:I would have liked to quit it here, but we'll see what happens.