/Python-Tips-And-Tricks

easy python

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Python Tricks and Tips

1) GCD

this python code is for find gcd using recursive mannor.

this is one line code for finding factorial.

this is a code for sending mail using python

this is windows notification function step 1: first execute command: pip install win10toast step 2: run the program for windows notification

An anagram of a string is another string that contains same characters, only the order of characters can be different. For example, “abcd” and “dabc” are anagram of each other.