Posts

🇵​🇷​🇴​🇬​🇷​🇦​🇲​🇲​🇮​🇳​🇬​ 🇲​🇪​🇲​🇪​🇸​

Image
Did you guys know? You can run programming languages like  🇳​🇴​🇩​🇪​ 🇯​🇸​ 🇦​🇳​🇩​ 🇵​🇾​🇹​🇭​🇴​🇳​  from  your Android mobile! ➖ There are a lot of alternatives to do it, but the one that I liked the most is Termux, which is a terminal app for Android. Works like a charm! ➖ This is my first hello world Nodejs-on-Android script 👨‍💻 ➖ I tried Node Js and Python so far, but there are tutorials for Java and PHP as well. ➖ If you want to do this, just leave me a message. 🇭​🇦​🇵​🇵​🇾​ 🇨​🇴​🇩​🇮​🇳​🇬​ ! 💯 ➖ ➖   Hello world!!! Today i worked on sorting and files in python Sort() is used to sort the list and it overwrites the list and cannot be used with tuples. Sorted() is also used to sort the list and it does not overwrite the list and can work with 🇹 🇺​🇵​🇱​🇪​🇸​. read() & write() are used to read and write the file. write() will overwrite the file if it exists while append() will write at the end of file (if file exists) . Ho...