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
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 }}
freewayz
/
wtfpython
Public
forked from
satwikkansal/wtfpython
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 9, 2017
Add link to another SO question
Show description for 2ade33d
satwikkansal
authored
2ade33d
View commit details
Copy full SHA for 2ade33d
Browse repository at this point
Commits on Sep 7, 2017
add link to a more specific Stack Overflow thread
Show description for 0a70a2e
zed
authored
0a70a2e
View commit details
Copy full SHA for 0a70a2e
Browse repository at this point
package.json: Update version to 1.2.4
satwikkansal
committed
9899f68
View commit details
Copy full SHA for 9899f68
Browse repository at this point
Structure of Example: Enhance formatting
Show description for 0d55258
satwikkansal
authored
0d55258
View commit details
Copy full SHA for 0d55258
Browse repository at this point
Formatting
nalzok
authored
c2d42a5
View commit details
Copy full SHA for c2d42a5
Browse repository at this point
Commits on Sep 6, 2017
Change Example title
satwikkansal
authored
66d9aaa
View commit details
Copy full SHA for 66d9aaa
Browse repository at this point
"Is not" description is too descriptive, changed title to "is not is not
Show description for 5d8a9e6
girlpunk
authored and
Jacob Mansfield
committed
5d8a9e6
View commit details
Copy full SHA for 5d8a9e6
Browse repository at this point
Table Of Contents: Add entries
Show description for fa368e8
satwikkansal
committed
fa368e8
View commit details
Copy full SHA for fa368e8
Browse repository at this point
package.json: Update version to 1.2.3
satwikkansal
committed
f5ebf9c
View commit details
Copy full SHA for f5ebf9c
Browse repository at this point
Add example: The surprising comma
Show description for be98d88
satwikkansal
committed
be98d88
View commit details
Copy full SHA for be98d88
Browse repository at this point
Minor Examples: Update explanation for multithreading example
Show description for cc3eb36
satwikkansal
committed
cc3eb36
View commit details
Copy full SHA for cc3eb36
Browse repository at this point
Minor exmpample: Correct explanation
Show description for 24c4a64
satwikkansal
committed
24c4a64
View commit details
Copy full SHA for 24c4a64
Browse repository at this point
Add minor example
Show description for 5467a67
satwikkansal
committed
5467a67
View commit details
Copy full SHA for 5467a67
Browse repository at this point
package.json: Upgrade to 1.2.2
satwikkansal
committed
8304eb7
View commit details
Copy full SHA for 8304eb7
Browse repository at this point
Update Example: Same operands, different story!
Show description for 0492157
satwikkansal
authored
0492157
View commit details
Copy full SHA for 0492157
Browse repository at this point
italic literal *`op=`*
cben
authored
2155d91
View commit details
Copy full SHA for 2155d91
Browse repository at this point
a+=b vs a=a+b : clarify the difference is not universal
Show description for c95ba00
cben
authored
c95ba00
View commit details
Copy full SHA for c95ba00
Browse repository at this point
Commits on Sep 5, 2017
Fix typo
Show description for 330cb60
satwikkansal
authored
330cb60
View commit details
Copy full SHA for 330cb60
Browse repository at this point
Fix typo in the "For what?" example
Weyzu
committed
57fb824
View commit details
Copy full SHA for 57fb824
Browse repository at this point
Commits on Sep 4, 2017
Add example: For what?
Show description for 753d0b6
satwikkansal
committed
753d0b6
View commit details
Copy full SHA for 753d0b6
Browse repository at this point
Update example: Deleting a list while iterating over it
Show description for 7e93e0c
satwikkansal
committed
7e93e0c
View commit details
Copy full SHA for 7e93e0c
Browse repository at this point
Update example: Time for more Hash brownies!
Show description for d4a60ac
satwikkansal
committed
d4a60ac
View commit details
Copy full SHA for d4a60ac
Browse repository at this point
Update exmaple: Counting the booleans
Show description for 8216f02
satwikkansal
committed
8216f02
View commit details
Copy full SHA for 8216f02
Browse repository at this point
Fix pylint and flake8 warnings.
Show description for ad6898e
satwikkansal
authored
ad6898e
View commit details
Copy full SHA for ad6898e
Browse repository at this point
# noqa: E999 # pylint: disable=mixed-indentation
cclauss
authored
68c675b
View commit details
Copy full SHA for 68c675b
Browse repository at this point
Add example: Not Knot!
Show description for 6abfb50
satwikkansal
committed
6abfb50
View commit details
Copy full SHA for 6abfb50
Browse repository at this point
# noqa: E999 # pylint: disable=bad-indentation
cclauss
authored
c0a8151
View commit details
Copy full SHA for c0a8151
Browse repository at this point
Mark TabError as noqa to silence linters on Python 3
cclauss
authored
a6ce625
View commit details
Copy full SHA for a6ce625
Browse repository at this point
Fix typo
Show description for 39480cc
satwikkansal
authored
39480cc
View commit details
Copy full SHA for 39480cc
Browse repository at this point
Commits on Sep 3, 2017
Assign "2" to match remainder of class attribute example
jrib
authored
a42587f
View commit details
Copy full SHA for a42587f
Browse repository at this point
Commits on Sep 2, 2017
Use consistent "Explanation" headings.
Show description for 426cb0c
satwikkansal
committed
426cb0c
View commit details
Copy full SHA for 426cb0c
Browse repository at this point
Fix typos
Show description for fe050b8
satwikkansal
authored
fe050b8
View commit details
Copy full SHA for fe050b8
Browse repository at this point
corrected typos
bhageena
authored
31f617d
View commit details
Copy full SHA for 31f617d
Browse repository at this point
Fix typo
Show description for 9d0bba8
satwikkansal
authored
9d0bba8
View commit details
Copy full SHA for 9d0bba8
Browse repository at this point
Commits on Sep 1, 2017
Fix typo
dos1
authored
8cf1148
View commit details
Copy full SHA for 8cf1148
Browse repository at this point
Previous
Next
You can’t perform that action at this time.