-
π Iβm currently programmer on python
-
π± Iβm currently learning courses
-
π― Iβm looking to collaborate on Ai
-
π€ Iβm looking for help with Reverse engineering
-
π¨βπ» All of my projects are available at https://github.com/iAayco
-
π My Account Telegram https://t.me/Aayco
class coder: def coding(self): return print("I'm coding...") def eating(self): return print("I'm eating...") def drinking(self): return print("I'm drinking...") def alive(self): return True coder = coder() while coder.alive(): coder.coding() coder.eating() coder.drinking()