#python
Read more stories on Hashnode
Articles with this tag
Dictionaries and Sets · Did you know? math.sin__name__ prints 'sin' Check out the previous part: Core Python: Part 2 Dictionary: Some languages call it...
Good to know in Python · 299_792_458 is interpreted as the same number as 299792458, hence we can separate any pair of digits by an underscore character...
Exception Handling · Check out the previous part: Core Python: Part 1 try... except...: In the previous part, we learned about the exceptions. In this...
Errors and Exceptions · In this article, we will learn about errors and exceptions in the Python language. The main difference is errors are simply...