Contact: aviboots(AT)netvision.net.il
39,940 questions
51,877 answers
573 users
programming = ["python", "java", "c", "c++", "c#", "php"] for s in reversed(programming): print(s) ''' run: php c# c++ c java python '''