Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nitarsh
/
python_koans
Public
forked from
gregmalcolm/python_koans
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python_koans
python2
on
master
User selector
All users
All time
Commit history
Commits on Apr 6, 2016
p
Shrinath Balakrishnan
committed
7cb2ef3
View commit details
Copy full SHA for 7cb2ef3
View code at this point
Browse repository at this point
p
Shrinath Balakrishnan
committed
10a7996
View commit details
Copy full SHA for 10a7996
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
3
Shrinath Balakrishnan
committed
82375e0
View commit details
Copy full SHA for 82375e0
View code at this point
Browse repository at this point
t
Shrinath Balakrishnan
committed
f3fde1d
View commit details
Copy full SHA for f3fde1d
View code at this point
Browse repository at this point
z
Shrinath Balakrishnan
committed
b8de5d6
View commit details
Copy full SHA for b8de5d6
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
a
Shrinath Balakrishnan
committed
902cc6a
View commit details
Copy full SHA for 902cc6a
View code at this point
Browse repository at this point
c
Shrinath Balakrishnan
committed
02f0103
View commit details
Copy full SHA for 02f0103
View code at this point
Browse repository at this point
changes so far
Shrinath Balakrishnan
committed
fadeaf2
View commit details
Copy full SHA for fadeaf2
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Updating comments.
adityagupta679
committed
18c6653
View commit details
Copy full SHA for 18c6653
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
Merge pull request #112 from cliftonmcintosh/ranges_with_steps
Show description for 045d5f6
gregmalcolm
committed
045d5f6
View commit details
Copy full SHA for 045d5f6
View code at this point
Browse repository at this point
remove list that wrapped a range in test_range_with_steps.
cliftonmcintosh
committed
83da249
View commit details
Copy full SHA for 83da249
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
Move simpler test to be the first in test_ranges_with_steps.
cliftonmcintosh
committed
8157a5b
View commit details
Copy full SHA for 8157a5b
View code at this point
Browse repository at this point
Merge pull request #118 from chongkim/add-sniffer-support
Show description for 1afb32d
gregmalcolm
committed
1afb32d
View commit details
Copy full SHA for 1afb32d
View code at this point
Browse repository at this point
Merge pull request #115 from vmwaredevops/navel_spelling
Show description for 838f41e
gregmalcolm
committed
838f41e
View commit details
Copy full SHA for 838f41e
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Add sniffer support
chongkim
committed
6229c1c
View commit details
Copy full SHA for 6229c1c
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Fix spelling of navel.
John Gardner
committed
ed67dcf
View commit details
Copy full SHA for ed67dcf
View code at this point
Browse repository at this point
Commits on May 5, 2015
correct spelling of 'forth' to 'fourth' in about_comprehension.test_creating_a_dictionary_with_dictionary_comprehension.
cliftonmcintosh
committed
0118195
View commit details
Copy full SHA for 0118195
View code at this point
Browse repository at this point
Commits on May 3, 2015
add an assertion in about_lists.test_ranges_with_steps to demonstrate a descending list with a step of -1.
cliftonmcintosh
committed
8a7f0b6
View commit details
Copy full SHA for 8a7f0b6
View code at this point
Browse repository at this point
Commits on Apr 20, 2015
Adding loop in run.bat
Show description for 3663c86
Andrew
committed
3663c86
View commit details
Copy full SHA for 3663c86
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
Fix #98. Exclude extra credit from lesson_pass_count.
thibaudcolas
committed
d72940c
View commit details
Copy full SHA for d72940c
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
fix run.bat/run.sh, don't write .py[co] files on import.
haomingz
committed
7694447
View commit details
Copy full SHA for 7694447
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
grammar fix in Python 2's about_asserts.py
brainwane
committed
f629a2c
View commit details
Copy full SHA for f629a2c
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Fix a few filename/spelling errors
ndhoule
committed
4604459
View commit details
Copy full SHA for 4604459
View code at this point
Browse repository at this point
Commits on May 18, 2014
Added test_if_then_elif_else_statements
Ryan1729
committed
fc65b52
View commit details
Copy full SHA for fc65b52
View code at this point
Browse repository at this point
Added test_if_then_elif_else_statements
Ryan1729
committed
cef768d
View commit details
Copy full SHA for cef768d
View code at this point
Browse repository at this point
Commits on May 6, 2014
Merge pull request #95 from knservis/triangle_inequality
Show description for 29bca23
gregmalcolm
committed
29bca23
View commit details
Copy full SHA for 29bca23
View code at this point
Browse repository at this point
Commits on May 3, 2014
Changed to accommodate implementations that account for degenerate triangles also
knservis
committed
cf87277
View commit details
Copy full SHA for cf87277
View code at this point
Browse repository at this point
Commits on May 2, 2014
Simplify line counting
Konstantinos Servis
committed
cceafc9
View commit details
Copy full SHA for cceafc9
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Fix some spelling mistakes
Adam Chainz
committed
aeae3fd
View commit details
Copy full SHA for aeae3fd
View code at this point
Browse repository at this point
Commits on Mar 3, 2014
Fix typo
ChuntaoLu
committed
0e90ef7
View commit details
Copy full SHA for 0e90ef7
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Merge pull request #85 from karptonite/add_zero_string_to_koan
Show description for 148a558
gregmalcolm
committed
148a558
View commit details
Copy full SHA for 148a558
View code at this point
Browse repository at this point
Merge pull request #83 from Walkman/patch-2
Show description for 1abf24e
gregmalcolm
committed
1abf24e
View commit details
Copy full SHA for 1abf24e
View code at this point
Browse repository at this point
Merge pull request #82 from Walkman/patch-1
Show description for 9265fcf
gregmalcolm
committed
9265fcf
View commit details
Copy full SHA for 9265fcf
View code at this point
Browse repository at this point
Merge pull request #77 from YCFlame/master
Show description for 46208ed
gregmalcolm
committed
46208ed
View commit details
Copy full SHA for 46208ed
View code at this point
Browse repository at this point
Commits on Feb 8, 2014
add example with zero in a string to true_and_false koans
karptonite
committed
e061bc4
View commit details
Copy full SHA for e061bc4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.