├── README.md ├── ash-1 ├── waterjub.py └── waterjug1.py /README.md: -------------------------------------------------------------------------------- 1 | # AI-lab -------------------------------------------------------------------------------- /ash-1: -------------------------------------------------------------------------------- 1 | print("Hello Ash how are you..?") 2 | -------------------------------------------------------------------------------- /waterjub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anurag-2601/AI-lab/HEAD/waterjub.py -------------------------------------------------------------------------------- /waterjug1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anurag-2601/AI-lab/HEAD/waterjug1.py --------------------------------------------------------------------------------