Bite 77. New places to travel to
        
      Login and get codingYou want to find people who have as much exposure to different cultures as yourself.
Complete the
uncommon_citieshelper that takes the cities you have visited (my_cities) and the cities the other person has visited (other_cities) and returns the number of cities that both sequences do NOT have in common.So given [A B C] and [B C D] it should return 2 because only A and D are different.
You can loop through both sequences but maybe there is a more concise way to do it?
              
                516 out of 518 users completed this Bite.
              
              
                Will you be the 517th person to crack this Bite?
              
              
                Resolution time: ~21 min. (avg. submissions of 5-240 min.)
                
                
              
              
                Our community rates this Bite 1.87 on a 1-10 difficulty scale.
                
                  
                    » You can do it! 😌