Skip to content

issues Search Results · repo:purcellconsult/Code-Cool-Stuff-With-Python language:Python

Filter by

4 results
 (67 ms)

4 results

inpurcellconsult/Code-Cool-Stuff-With-Python (press backspace or delete to remove)

ORIGINAL The inner() function is called within the inner function I think this should say The inner() function is called within the outer function Since the code is pre def outer(): this is outer x ...
  • tchia04
  • 1
  • Opened 
    on Apr 28, 2019
  • #10

I think including an output of each data structure such as dictionaries and set makes it more clear to the reader. I end up copy and paste the code to see the output
  • tchia04
  • 1
  • Opened 
    on Apr 28, 2019
  • #8

ORIGINAL Ternary Statement Is a special type of operator that evaluates something based on a condition being True or False. The best way to understand it is to take a look at a simple code snippet: mood ...
  • tchia04
  • 1
  • Opened 
    on Apr 28, 2019
  • #6

ORIGINAL Remember, 0 maps to False, and 1 maps to True. A shortcut to remembering this is and is always False or less you have two True operands. Or, is always True or less you have two False operands. ...
  • tchia04
  • 1
  • Opened 
    on Apr 28, 2019
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub