burim:python:python-labs:loesung_blatt5_aufgabe1_gemeinsame_zeichen2.py
word1 = set(input("Please enter word 1: "))
word2 = set(input("Please enter word 2: "))
common = word1.intersection(word2)
print(common)
burim/python/python-labs/loesung_blatt5_aufgabe1_gemeinsame_zeichen2.py.txt · Last modified: 2019/01/21 20:55 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki