Lösung LU01.A07
def main(): # write your code below this line input('Greetings! How are you doing?\n') input('Oh, how interesting. Tell me more!\n') print('Thanks for sharing!') if __name__ == '__main__': main()
modul:archiv:m319python:learningunits:lu01:loesungen:conversation
def main(): # write your code below this line input('Greetings! How are you doing?\n') input('Oh, how interesting. Tell me more!\n') print('Thanks for sharing!') if __name__ == '__main__': main()