Skip to content

imdm04/Python-Tips-And-Tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages