├── LICENSE ├── Palindrome_finder.py ├── PyautoGUI.py ├── README.md ├── bell_number.py ├── palin.py ├── palindrome.py ├── palindrome1.py ├── palindrome3.py ├── palindrome4.py ├── palindrome_checker4.py └── pyautoguirequirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/LICENSE -------------------------------------------------------------------------------- /Palindrome_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/Palindrome_finder.py -------------------------------------------------------------------------------- /PyautoGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/PyautoGUI.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/README.md -------------------------------------------------------------------------------- /bell_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/bell_number.py -------------------------------------------------------------------------------- /palin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/palin.py -------------------------------------------------------------------------------- /palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/palindrome.py -------------------------------------------------------------------------------- /palindrome1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/palindrome1.py -------------------------------------------------------------------------------- /palindrome3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/palindrome3.py -------------------------------------------------------------------------------- /palindrome4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/palindrome4.py -------------------------------------------------------------------------------- /palindrome_checker4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/palindrome_checker4.py -------------------------------------------------------------------------------- /pyautoguirequirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superswan/beginner/HEAD/pyautoguirequirements.txt --------------------------------------------------------------------------------