This is very true. Match statements are much more powerful that switch statements in any other language.
For instance:
- matching objects very specifically
- if conditions within case statements
- pulling variables from inside of the object directly.
This is very true. Match statements are much more powerful that switch statements in any other language.
For instance:
The main two reasons that I can think of to include this even when you have no intention of importing this as a library are:
print('string\n', end='')
Since it sounds like this is your home router since you mentioned you use Comcast. If you are testing the site from within your network using your external ip then you are possibly running into a loop back block. Comcast does not allow traffic that originates from within your network back into your network.
Try the ip/site from a Hotspot and that might work.
Just a few comments on this. Most people aren’t “lazy”, they just understand that the effort to run a bare repository is greater than basically any other solution. Also your incompatible features list implies that other git repo sites (gitlab, codecommit, bitbucket, etc) don’t have their own form of proprietary stuff that you have to learn. In fact the newest version of gitlab actually changes their web ide into vscode web, because of the obvious, it is much better than their old ide.
_
can also be used in the python interactive terminal to mean ‘last return value’Ie:
> 'string' 'string' > a = _ > print(a) string