Contact: aviboots(AT)netvision.net.il
39,009 questions
50,723 answers
573 users
language = {'python': 3, 'php': 5, 'java': 6} if "php" in language: print("php exist") else: print("php not exist") ''' run: php exist '''