Skip to main content
8 events
when toggle format what by license comment
Apr 13, 2017 at 12:38 history edited CommunityBot
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Nov 10, 2014 at 14:13 comment added Mateon1 @Imray Because of short-circuiting - Python loads the tuple and checks if the tuple's value is true, since it's empty, it is false. The code to load the variable bciprt is never executed, so it never produces a NameError.
Nov 7, 2014 at 13:01 comment added CodyBugstein Why does this not give an error?
Nov 4, 2014 at 23:21 comment added TheDoctor ...."thing"....
Nov 4, 2014 at 21:16 comment added user10766 I see. I was running from the command line thing.
Nov 4, 2014 at 21:15 comment added matsjoyce @hosch250 Since its in a program (a python file), nothing is outputted, as there is no print.
Nov 4, 2014 at 21:14 comment added user10766 In Python 3 IDLE, this outputs ().
Nov 4, 2014 at 20:50 history answered matsjoyce CC BY-SA 3.0