Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 788 Bytes

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.